| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also add a setup.py that's used to validate, and a git hook.
|
|
|
|
Seems django 1.11 automatically enables caching template loader, which
of course breaks the ability to make any changes to the pages of a
website without restarting it. And there is no way to turn it off other
than to explicitly configure individual loders (the logic to turn it on
in non-debug configurations is hardcoded and cannot be changed).
|
|
|
|
This is normally overriden in the local settings to be off in prod
and on in testing, but it's always good to be explicit.
|
|
* Move manage.py to parent directory, and update for new contents
* Import a wsgi.py from 1.8
* Change transactions from commit_on_success to atomic
* Add mandatory fields list to forms
* Fully qualify name on imports
* New module for django URL functions
|
|
Previously only worked if you started out at the root, not if you
went directly into the admin pages.
|
|
|
|
|