- Language: en
55 results for set in version 2.2
-
Django settings
- … SETTINGS_MODULE = mysite . settings django - admin runserver Example (Windows shell): set DJANGO_SETTINGS_MODULE = mysite …
-
Testing tools
- … set the user’s password by setting the password attribute directly – you must use the set …
-
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 …
-
Making queries
- … set. clear() Removes all objects from the related object set. set(objs) Replace the set …
-
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 …
-
Customizing authentication in Django
- … settings . ADMIN_LOGIN == username ) pwd_valid = check_password ( password , settings . ADMIN_PASSWORD ) if login_valid …
-
Password management in Django
- … set. Validators can also have optional settings to fine tune their behavior. Validation is controlled …