- Language: en
58 results for set in the development version
-
Django settings
- … settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Testing tools
- … settings() is always applied after override_settings() . Warning The settings file contains some settings that …
-
How to use sessions
- … set the SESSION_ENGINE setting to "django.contrib.sessions.backends.file" . You might also want to set …
-
Translation
- … set USE_I18N = False in your settings file. Then Django will make some optimizations so as not to load …
-
Django’s cache framework
- … set_many ( dict , timeout ) To set multiple values more efficiently, use set_many() to pass …
-
Using the Django authentication system
- … setting. If you don’t have the site framework installed, this will be set to an instance …
-
Advanced testing topics
- … SETTINGS_MODULE" ] = "tests.test_settings" django . setup () TestRunner = get_runner ( settings ) test_runner …
-
Making queries
- … set. clear() Removes all objects from the related object set. set(objs) Replace the set …
-
Customizing authentication in Django
- … setting_changed from django.dispatch import receiver @receiver ( setting_changed ) def user_model_swapped ( * , setting , ** kwargs …
-
Password management in Django
- … settings to fine tune their behavior. Validation is controlled by the AUTH_PASSWORD_VALIDATORS setting …