- Make sure you have a local environment set up
- Python installed
- Django installed
Once the local environment is set up
1) go to the location of the manage.py file within the directory.
2) activate the local environment.
3) run pip install --upgrade -r requirements.txt
4) install any packages that were not installed properly from the requirements.txt (if any)
5) run python manage.py runserver
6) enter the URL in your browser.
- Dango - The web framework used
- Python - The programming language
- Swapnil Holkar - Initial work - StockItUp