CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html;charset=utf-8
cache-control: must-revalidate
expires: Fri, 01 Jan 1999 00:00:00 GMT
set-cookie: trac_form_token=548f8bb8c4832026cafa1391; HttpOnly; Path=/; Secure
set-cookie: trac_session=094eb8668e44944d1766470d; expires=Tue, 21 Oct 2025 13:09:31 GMT; HttpOnly; Path=/; Secure
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: interest-cohort=()
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
accept-ranges: bytes
via: 1.1 varnish, 1.1 varnish
date: Wed, 23 Jul 2025 13:09:31 GMT
x-served-by: cache-fra-etou8220141-FRA, cache-bom-vanm7210049-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1753276171.168818,VS0,VE283
vary: Accept-Encoding
Tutorials – Django
Email
Back to Top
Django
The web framework for perfectionists with deadlines.
Issues
Django Tutorials
General Tutorials
- Django Lessons - Weekly screencasts about Django and its ecosystem for intermediate developers
- Django Girls tutorial - the course material used for the DjangoGirls workshops
- Learn Django - An entry level and project-based course to learn Django
- Intuitive 20 video tutorial series for Django beginners
- Short beginner tutorial on building a basic blog site
- Full Web Framework Python Django Tutorial
- Going Through Django Screencasts
- Build a portfolio app in 30 minutes with Django (2006)
- Django Djumpstart: Build a To-do List in 30 Minutes (2006)
- Django bird's (German)
- Django Workshop (German)
- How to Tango with Django - A beginners guide to web development using Django 1.5.4 - 1.7
- Django Web Framework (Vietnamese)
- A simple todo list
- Dockerizing a Python Django Web Application
Tutorials on Specific Topics:
Note: Django snippets has plenty of code 'snippets' which do all sorts of useful things too.
Setup/Configurations
- Setting up Django on Dreamhost
- Installing Django on 1and1 shared hosting
- Django on Windows HOWTO using Python 2.5, Apache (with mod_python), and PostgreSQL
- Django, gzip and WSGI
- A comprehensive list of server arrangements and setup guidelines
- Installing Django on TextDrive
- Installing Django on Gentoo
- How trenchmice deploys Django
- Video - Installing Django on Ubuntu
- Django Lighttpd setup with SSL including init.d scripts
- Installing Python MySQLdb 1.2.2 on Mac OS X Leopard
- Setting up a Django Project
Testing Django
Understanding Django Internals
- How Django processes a request
- The difference between blank and null
- How Django sets up model classes
- Django's Request-Response Cycle: A Visual Guide
Templates
- Django Templates: An Introduction
- Using Django’s TemplateTags
- Django Templates are not limited
- Django Templates: The Power of Inheritance
- Template context processors
- Write better template tags
- Using Myghty Templates
- Django Tip: Custom Admin Templates
Fun stuff with the Admin section
- An AJAX Select Widget for Django
- Use the Django admin for my PHP app
- Doing more with the Django admin
Generic Views
Searching
- Extending Django's database API to include full-text search
- Building Site Search And OpenSearch-plugin With Django
- Simple searching with Q
Signals
Forms
- A Simple Use of Django's New Form Engine (2007)
- An overview of newforms usage (2007)
- Django 1.3 Form API ModelForm Example (September 2011)
SQL/Database Related
- Custom SQL In Django
- Finding lookup items that are not used: Left Outer Joins in Django's ORM.
- Three Years of Worst Practice or Unbreaking Your Django Application – Christophe Pettus's slides from OSCON 2011 explaining Django & PostgreSQL pitfalls
Django's Comments Framework (django.contrib.comments)
- Using Django’s Free Comments
- Hacking FreeComment
- Notification of new comments by email using signals
RSS Framework (django.contrib.syndication)
- RSS made stupidly simple
- RSS made really stupidly simple
- RSS that's not quite as simple (bits-usage)
- Examples of adding RSS to a site
User Framework (django.contrib.auth)
- Extending the User model
- Use email addresses for usernames
- Enabling OpenID in Django
- Create your authentication frontend in django <- broken link
- Create your authentication frontend in django <- Archive.org
AJAX and Web 2.0h-yeah
- JSON Serialization in Django
- A really simple example of Django with Prototype
- 6 part introduction to using Prototype and Script.aculo.us with Django
- A simple AJAX example
- AJAX in django with KSS, using kss.django application
- How to make Django Backbone and RequireJs working together
Middleware
Benchmarks
- Quick Django Benchmark between Apache's mod_python, Lighttpd's FastCGI and Nginx's FastCGI
- cherokee and lighttpdf Django SCGI benchmark
- Catalyst vs. Django vs. Rails Benchmarks
- Comparison between Symfony, Django and Rails
- The performance test of 6 leading frameworks
- Django Unscientific Benchmark between mod_python / mod_wsgi / aspen and runserver
Misc. Tutorials
- Django cheat sheet
- Django & Python Tutorial on Android
- Use the Django admin for my PHP app
- Some django gotchas
- Django’s Undocumented contenttype app
- Django profiling with hotshot and kcachegrind
- Simple Django View For Dynamic Text Replacement
- Highlighting Code Using Pygments and Beautiful Soup
- Dynamically serving static content
- implementing CNN-style voting, part 2
- Calendar-runthough A rough overview of the process. handy answer to "how does django work?"
- A simple tutorial for adding Growl notifications to your Django app
- Writing, Testing, and Deploying a Django API to Heroku with Semaphore
Framework Comparisons
- Evaluating Web Development Frameworks: Rails and Django (part 1/15)
- A brief Django/Turbogears Comparison from 2006
- Catalyst vs. Django vs. Rails Benchmarks
- Comparison between Symfony, Django and Rails
- The performance test of 6 leading frameworks
Export Data
Sample Project
Last modified
6 years ago
Last modified on Dec 25, 2019, 2:03:03 AM
Attachments (1)
-
models.py
(2.8 KB
) - added by Netai Nayek 11 years ago.
create thumbnail on image upload this is so simple
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.
Download in other formats:
Django Links
Learn More
Get Involved
Follow Us
- Hosting by In-kind donors
- Design by Threespot &
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.