A simple Django Starter Repo.
Follow instructions to install the latest version of python for your platform in the python docs
We recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
Once you have your virtual environment setup, run the following to install the project requirements:
pip install -r requirements.txt
- You need to have a postgres DB running in your environment.
See this tutorial on how to install.
To run the server, create a virtual
python manage.py runserver
pytest
Pan Yuan