Django 1.8 文档
Home
|
Table of contents
|
Index
|
Modules
«
previous
|
up
|
next
»
Django FAQ
¶
FAQ: General
为什么有这个项目?
“Django”是什么意思,它是如何发音的?
Django运行稳定吗?
Django可扩展吗?
Who’s behind this?
哪些网站使用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?
Django是内容管理系统(CMS)吗
我如何才能下载到Django文档以便离线阅读?
我能在哪里找到能雇佣的Django开发者?
How do I cite Django?
FAQ: Installation
How do I get started?
What are Django’s prerequisites?
What Python version can I use with Django?
What Python version should I use with Django?
我该用 稳定 版本 还是 开发 版本?
FAQ: Using Django
Why do I get an error about importing DJANGO_SETTINGS_MODULE?
I can’t stand your template language. Do I have to use it?
Do I have to use your model/database layer?
How do I use image and file fields?
How do I make a variable available to all my templates?
FAQ: Getting Help
How do I do X? Why doesn’t Y work? Where can I go to get help?
为什么我发的消息还没有在django-users上出现?
django-users上没人回答我的问题!我该怎么办?
我想我找到了一个bug!我要怎么做?
I think I’ve found a security problem! What should I do?
FAQ: Databases and models
我 如何 才能 看到 Django 正在运行的 原始 SQL 查询 语句?
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?
Does Django support NoSQL databases?
How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?
FAQ:后台管理
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 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_wsgi.
My “list_filter” contains a ManyToManyField, but the filter doesn’t display.
Some objects aren’t appearing in the admin.
How can I customize the functionality of the admin interface?
The dynamically-generated admin site is ugly! How can I change it?
What browsers are supported for using the admin?
FAQ: Contributing code
How can I get started contributing code to Django?
I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?
When and how might I remind the core team of a patch I care about?
But I’ve reminded you several times and you keep ignoring my patch!
Troubleshooting
Problems running django-admin
Miscellaneous
Browse
Prev:
Writing database migrations
Next:
FAQ: General
You are here:
Django 1.8 文档
Django FAQ
本页
显示源代码
快速搜索
Last update:
5月 11, 2016
«
previous
|
up
|
next
»