Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.
/ DjangoJam Public archive

Attempt to learn Django/Python and make it do something interesting

Notifications You must be signed in to change notification settings

WebJamApps/DjangoJam

Repository files navigation

DjangoJam

Attempt to learn Django/Python and make it do something interesting

Google Doc Notes

https://docs.google.com/document/d/1WUPGkEUdN7ld-oeMusuKjbzBk9T9y74Tu9-bPpRO9eU/edit

Starting Postgresql

docker-compose -f docker-compose.yml up --build

Basic Django/Python Commands

  • To install a new package, pipenv install <package-name>
  • pipenv shell
  • pipenv sync
  • python3.8 manage.py runserver

psycopg2

This is the python adapter for Postgresql

  • If using Windows or Mac, it can be installed with pipenv install
  • if using Ubuntu, run sudo apt-get install python-psycopg2

About

Attempt to learn Django/Python and make it do something interesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published