Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 451 Bytes

WDT Django project template

This template is used to start any Django project that will use the PSU Base Plugin

How to use

$ django-admin.py startproject \
  --template=https://github.com/PSU-OIT-ARC/django-psu-base-template/archive/main.zip \
  --extension=py,md,txt \
  project_name
  
$ cd project_name
$ mv dot-ebextensions .ebextensions
$ mv dot-platform .platform

$ pip install -r requirements.txt
$ python manage.py migrate