Attempt to learn Django/Python and make it do something interesting
https://docs.google.com/document/d/1WUPGkEUdN7ld-oeMusuKjbzBk9T9y74Tu9-bPpRO9eU/edit
docker-compose -f docker-compose.yml up --build
- To install a new package,
pipenv install <package-name> - pipenv shell
- pipenv sync
- python3.8 manage.py runserver
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