Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Files

11 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 408 Bytes

ProjectsDjangoApp

Deployment/Installation

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