This project covers different topics like django models and its relationships, middlewares, unit testing, timezone related practice and django signals.
- Navigate to your development directory on you machine
- Open a Git terminal
- Use the following commands to clone this repo:
git clone git@github.com:AimenYaseen/learn-django.git
- Move to the project directory
- Install requirements by using this command:
pip install -r requirements