Skip to content

Starter template for Django projects using the PSU Base Plugin

Notifications You must be signed in to change notification settings

PSU-OIT-ARC/django-psu-base-template

Repository files navigation

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

About

Starter template for Django projects using the PSU Base Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published