Navigation
index
next
|
previous
|
Django 101 Tutorial
»
Erste Schritte mit Django
ΒΆ
Start a new project
A folder for all python projects
Create the Django Project
Adjust the configuration
Resources
Development Webserver
Start the development webserver
The first own page
Activate the admin application
Resources
The first application
Creating the application
The models
The whole file
Activating the application
Resources
The admin application
Registering the application in the admin app
Resources
Database
Validate the data model
Synchronise the database
Run the development webserver
Export and import data with JSON
Further Django ressources
The first views
Define URLs
How a template gets rendered
Create the first view
Create the list template
Create the second view
Create the detail template
Why does the template engine hide non-existing variables?
Escaping HTML and JavaScript
Resources
Summary and Preview
Previous topic
Django
Next topic
Start a new project
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
Django 101 Tutorial
»