29508 Forks
71829 Stars
71829 Watchers

django

The Web framework for perfectionists with deadlines.

How to download and setup django

Open terminal and run command
git clone https://github.com/django/django.git
git clone is used to create a copy or clone of django repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with django https://github.com/django/django/archive/master.zip

Or simply clone django with SSH
[email protected]:django/django.git

If you have some problems with django

You may open issue on django support forum (system) here: https://github.com/django/django/issues