/ci

Code Institute student progress util; Django application.

Primary LanguagePythonThe UnlicenseUnlicense

ci

Code Institute student progress util; Django application.

Usage

  1. Install pipenv.
  2. Run migrations: ./manage.py migrate
  3. Create a superuser account: ./manage.py createsuperuser
  4. Load session type fixtures: ./manage.py loaddata sessiontypes
  5. Run development server: ./manage.py runserver
  6. Login at http://localhost:8080/admin/