Sticky Notes for learning Django
For complete code and the snippets, please refer to this repo
Creating a Django Application
Install Django
pipenv install django
cd into the folder
activates the virtual environment
pipenv shell
venkateshpullaganti.hashnode.dev28 min read