inno-doctor

webfest Django project @innovaccer

setup guide

  1. create new directory for project
  2. clone the repo with url into the directory
  3. make sure python and pip is install
  4. now create a new virtual environment and activate it
  5. now run following commands
  6. pip install -r requirements.txt
  7. python manage.py makemigrations
  8. python manage.py migrate
  9. python manage.py runserver

now project is ready to play!

GitHub

GitHub - sha-since1999/inno-doctor at pythonawesome.com
webfest Django project @innovaccer. Contribute to sha-since1999/inno-doctor development by creating an account on GitHub.