For the mildly inexperienced Django developer
- Clone this repository within your Django project directory to a folder named
projects
.
git clone https://github.com/SGCSRelease/ProjectsDjangoApp.git projects
- Add this Django App in your
settings.py
and include the app urls inurls.py
- Deploy the app within your Django project environment!