inno-doctor
webfest Django project @innovaccer
setup guide
- create new directory for project
- clone the repo with url into the directory
- make sure python and pip is install
- now create a new virtual environment and activate it
- now run following commands
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver