CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 10:44:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090622023134
location: https://web.archive.org/web/20090622023134/https://docs.djangoproject.com/en/dev/faq
server-timing: captures_list;dur=0.754055, exclusion.robots;dur=0.021251, exclusion.robots.policy;dur=0.009689, esindex;dur=0.013173, cdx.remote;dur=34.086756, LoadShardBlock;dur=260.902205, PetaboxLoader3.datanode;dur=91.920810, PetaboxLoader3.resolve;dur=55.357710
x-app-server: wwwb-app210
x-ts: 302
x-tr: 334
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 10:44:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Mon, 22 Jun 2009 02:31:33 GMT
x-archive-orig-server: Apache
x-archive-orig-expires: Mon, 22 Jun 2009 02:36:33 GMT
x-archive-orig-vary: Cookie
x-archive-orig-last-modified: Mon, 22 Jun 2009 02:31:33 GMT
x-archive-orig-etag: "be53386da38f6f48a301d78b2fe41a3d"
x-archive-orig-cache-control: max-age=300
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 22 Jun 2009 02:31:34 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 26 Aug 2008 08:08:21 GMT", ; rel="prev memento"; datetime="Sat, 06 Jun 2009 19:46:19 GMT", ; rel="memento"; datetime="Mon, 22 Jun 2009 02:31:34 GMT", ; rel="next memento"; datetime="Sun, 28 Jun 2009 14:55:09 GMT", ; rel="last memento"; datetime="Mon, 28 Jul 2025 17:55:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_10_20090621212321_crawl102-c/51_10_20090622023018_crawl102.arc.gz
server-timing: captures_list;dur=0.459356, exclusion.robots;dur=0.019019, exclusion.robots.policy;dur=0.009332, esindex;dur=0.009678, cdx.remote;dur=11.414589, LoadShardBlock;dur=818.127474, PetaboxLoader3.resolve;dur=724.612074, PetaboxLoader3.datanode;dur=199.078416, load_resource;dur=269.502226
x-app-server: wwwb-app210
x-ts: 200
x-tr: 1145
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Django | Django FAQ | Django Documentation
This document is for Django's SVN release, which can be significantly different from previous releases. Get old docs here: Django 1.0
Django FAQ¶
- FAQ: General
- Why does this project exist?
- What does “Django” mean, and how do you pronounce it?
- Is Django stable?
- Does Django scale?
- Who’s behind this?
- Which sites use Django?
- Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t use the standard names?
- <Framework X> does <feature Y> – why doesn’t Django?
- Why did you write all of Django from scratch, instead of using other Python libraries?
- Is Django a content-management-system (CMS)?
- How can I download the Django documentation to read it offline?
- Where can I find Django developers for hire?
- FAQ: Installation
- How do I get started?
- What are Django’s prerequisites?
- Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5?
- Can I use Django with Python 3.0?
- Will Django run under shared hosting (like TextDrive or Dreamhost)?
- Should I use the official version or development version?
- FAQ: Databases and models
- How can I see the raw SQL queries Django is running?
- Can I use Django with a pre-existing database?
- If I make changes to a model, how do I update the database?
- Do Django models support multiple-column primary keys?
- How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?
- Why is Django leaking memory?
- FAQ: The admin
- I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages.
- I can’t log in. When I enter a valid username and password, it brings up the login page again, with a “Please enter a correct username and password” error.
- How can I prevent the cache middleware from caching the admin site?
- How do I automatically set a field’s value to the user who last edited the object in the admin?
- How do I limit admin access so that objects can only be edited by the users who created them?
- My admin-site CSS and images showed up fine using the development server, but they’re not displaying when using mod_python.
- My “list_filter” contains a ManyToManyField, but the filter doesn’t display.
- How can I customize the functionality of the admin interface?
- The dynamically-generated admin site is ugly! How can I change it?
Questions/Feedback
Having trouble? We'd like to help!
- Try the FAQ — it's got answers to many common questions.
- Search for information in the archives of the django-users mailing list, or post a question.
- Ask a question in the #django IRC channel, or search the IRC logs to see if its been asked before.
- If you notice errors with this documentation, please open a ticket and let us know! Please only use the ticket tracker for criticisms and improvements on the docs. For tech support, use the resources above.
Contents
Search
Browse
- Prev: How to serve static files
- Next: FAQ: General
- Table of contents
- General Index
- Global Module Index
You are here:
-
Django dev documentation
- Django FAQ
Last update:
June 18, 2009, 8:45 p.m. (CDT)
© 2005-2009 Django Software Foundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.
Hosting graciously provided by