- Language: en
236 results for set in version 1.8
-
Django settings
- … SETTINGS_MODULE = mysite . settings django - admin runserver Example (Windows shell): set DJANGO_SETTINGS_MODULE = mysite …
-
Settings
- … Settings Core Settings Auth Messages Sessions Sites Static Files Core Settings Topical Index Warning Be careful …
-
Django 1.4 release notes
- … set ( self ): qs = super ( BanningCommentManager , self ) . get_query_set () if getattr ( settings , 'COMMENTS_BANNED …
-
Django 1.6 release notes
- … settings in commands that ask for it by using the can_import_settings internal option …
-
Deployment checklist
- … set up HTTPS, enable the following settings. CSRF_COOKIE_SECURE Set this to True to avoid …
-
GeoDjango Installation
- … set this up: set OSGEO4W_ROOT = C:\OSGeo4W set PYTHON_ROOT = C:\Python27 set GDAL …
-
Django 1.7 release notes
- … set lastmod . django.contrib.sites The new django.contrib.sites.middleware.CurrentSiteMiddleware allows setting the current site on each request. django.contrib.staticfiles …
-
How to use sessions
- … set the SESSION_ENGINE setting to "django.contrib.sessions.backends.file" . You might also want to set …
-
Request and response objects
- … Sets a header unless it has already been set. HttpResponse. set_cookie ( key , value='' , max_age=None …
-
Translation
- … set USE_I18N = False in your settings file. Then Django will make some optimizations so as not to load …