My Portfolio

Getting Started

  1. Make virtual environment by running python -m venv venv/
  2. Install packages by running pip install -r requirements.txt
  3. For the first time, run python manage.py migrate
  4. Then run the server by running python manage.py runserver