- Language: en
36 results for compiler in version 1.10
-
Settings
- … compiled regular expression objects representing User-Agent strings that are not allowed to visit any page …
-
Writing custom model fields
- … compile ( '. {26} ' ) p2 = re . compile ( '..' ) args = [ p2 . findall ( x ) for x in p1 . findall …
-
Django at a glance
- … compiled at load time. Once one of the regexes matches, Django imports and calls the given …
-
Form fields
- … compiled regular expression object. Also takes max_length , min_length , and strip , which work just …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Authenticating against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Deployment checklist
- … compiling each template every time it needs to be rendered. See the template loaders docs …
-
Middleware
- … compiled regular expression objects. Performs URL rewriting based on the APPEND_SLASH and PREPEND_WWW settings …
-
Writing your first Django app, part 1
- … compiled the first time the URLconf module is loaded. They’re super fast (as long …