Module-1-L4. Starting a Project
Module-1-L4. Starting a Project
Starting a Project
Starting a Project
A project is a collection of settings for an instance of Django, including database
If this is your first time using Django, you’ll have to take care of some initial setup.
site.
We’ve included this server so you can develop your site rapidly, without having to deal
with configuring your production Web server (e.g., Apache) until you’re ready for
production.
This development server watches your code for changes and automatically reloads,
helping you make many rapid changes to your project without needing to restart
anything.
The Development Server
Change into the mysite directory, if you haven’t done so already, and run the command
Validating models...
0 errors found.
myapp/
__init__.py
admin.py
apps.py
migrations/
__init__.py
models.py
tests.py
views.py
Screenshots
Screenshots
Screenshots
Screenshots
Screenshots
12
13
14