- Language: en
14 results for add in version 2.1
-
Overriding templates
- … add the template files to that folder: templates/ blog/ list.html post.html The template loader first …
-
Authenticating against Django’s user database from Apache
- … add a location that you want only authenticated users to be able to view: WSGIScriptAlias …
-
Authentication using REMOTE_USER
- … add the django.contrib.auth.middleware.RemoteUserMiddleware to the MIDDLEWARE setting after the django.contrib.auth.middleware.AuthenticationMiddleware : MIDDLEWARE = [ '...' , 'django.contrib.auth.middleware.AuthenticationMiddleware …
-
Integrating Django with a legacy database
- … add the app to your INSTALLED_APPS setting. By default, inspectdb creates unmanaged models. That …