/mstakx

Python Assignment

Primary LanguagePython

Steps to run the project

  1. Clone the project
  2. Create the virtualenv using command virtualenv -p python3 venv
  3. Activate the virtualenv by running command source venv/bin/activate
  4. pip install -r requirements.txt
  5. Run - python manage.py runserver to run the project