/learn-django

As this projects name depicts, its created for learning purposes. It covers different topics like django models and its relationships, middlewares, unit testing, timezone related practice and django signals.

Primary LanguagePython

Learn Django

This project covers different topics like django models and its relationships, middlewares, unit testing, timezone related practice and django signals.

Get your own copy of this repo

  1. Navigate to your development directory on you machine
  2. Open a Git terminal
  3. Use the following commands to clone this repo:
git clone git@github.com:AimenYaseen/learn-django.git
  1. Move to the project directory
  2. Install requirements by using this command:
pip install -r requirements