Introduction
1.
Setup: How to setup your machine for Django
1.1.
Setup for OSX
1.2.
Setup for Linux
1.3.
Setup for Windows
2.
Project: How to start your Django project
2.1.
Setting up the Development Environment
2.2.
Creating the Django Project
2.3.
Configuring the Site Settings
3.
Models: How to define your data
3.1.
Creating the Recipe App and its Models
3.2.
Activating the Models in Admin Site
4.
URLs and Views: How to access your data
4.1.
Naming the URL for Index Page
4.2.
Querying Data for Index Page
5.
Templates: How to render your data
5.1.
Rendering the Index Page
5.2.
Rendering the Category and Recipe Pages
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
Django Workshop at PyConPH 2015
Project: How to start your Django project