#Install

  • Make sure pip is installed
  • run pip install -r requirements.txt

#Usage

  • Run python manage.py runserver
  • View the admin site from localhost:8000/admin/
  • To create a superuser run python managa.py createsuperuser and answer the prompts
  • Staff accounts and other user groups can be created from within the admin site
  • Permissions for accounts can be created and edited within the admin site