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.pyand include the app urls inurls.py - Deploy the app within your Django project environment!