August 2016
Beginner to intermediate
717 pages
15h 24m
English
Before you start using Django, you need to create an environment for your applications. We will create a Django project. This project will then contain our applications.
To create the project of our application, we need to run the following command using the django-admin.py file (you can find it in the Python33\Scripts folder):
django-admin.py startproject Work_manager
So as to facilitate the use of the Django commands, we can set the environmental variable of Windows. To do this, you must perform the following steps:
PATH variable:PATH variable and ...Read now
Unlock full access