How to start
- You create your own project
- You open the terminal
Installing an official release with pip
- You Write down : python -m pip install Django
Installing the development version
- You clone the repo from github :git clone https://github.com/django/django.git
- python -m pip install -e django/
Top comments (0)