Please enable JavaScript.
Coggle requires JavaScript to display documents.
Web Development in Python - Coggle Diagram
Web Development in Python
Creating a Django Project
Installing python
Installing Setup
Installing PIP
Installing Django
Hello World with Django
Routing in Django
Creating our first URL
Creating our first view
Testing our application
Working with Templates
Displaying Hello world! in a template
Injecting the data from the view to the
template
Creating dynamic templates
Integrating variables in templates
Extending the templates
Working with Models
Databases and Django
Migrations with South
Installing South
Using the South extension
Creating simple models
The User Profile model
The Project model
Working with Django Forms
The view using the POST data reception
Adding a developer with Django forms
CSRF protection
The view with a Django form
Template of a Django form
Advanced usage of Django forms