webproject: Correct typos in 500 message
webproject: Disable APPEND_SLASH setting by default
webproject: Remove requires_csrf_token
method does not seem to exist in debian packaged django release. Sincecsrftoken is not used in 500 templates the removal won't cause any sideeffects.
webproject: common 404, 500 handling
- Move 404, 500 templates from astakos to webproject- Remove 404, 500 templates from pithos-app- Webproject now includes static files to serve jquery as an asset in 404, 500 pages.- Custom 500 handler. Use RequestContext if possible.
webproject: Configurable webproject root url redirect
optionally append a redirect view to the root url of the project. Redirect urlis configurable using WEBPROJECT_ROOT_REDIRECT setting.
snf-manage: pep8 fixes
snf-manage show_urls: fix empty view module crash
webproject: Remove default contrib.auth context processor
webproject: Default TEMPLATE_DIRS setting typo
missing comma
webproject: Fix typos in parse_bool
View revisions
Also available in: Atom