/PsyCode-1

Primary LanguagePython

PsyCode

Using python 3.8

Instructions

  1. pipenv install - Install all dependencies required.
  2. pipenv shell - Run the virtual environment
  3. python manage.py migrate
  4. python manage.py makemigrations
  5. python manage.py runserver

Also install stuff using pipenv instead of pip :D