summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Magnus Hagander [Mon, 21 Dec 2015 10:53:53 +0000 (11:53 +0100)]
Force DEBUG=False in settings.py
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.
Magnus Hagander [Mon, 21 Dec 2015 10:52:36 +0000 (11:52 +0100)]
Update for Django 1.8
* 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
Magnus Hagander [Sun, 20 Jan 2013 10:01:06 +0000 (11:01 +0100)]
Fix community login when starting at the /admin/ url
Previously only worked if you started out at the root, not if you
went directly into the admin pages.
Magnus Hagander [Sun, 20 Jan 2013 09:42:30 +0000 (10:42 +0100)]
Wrong namespace for the authentication backend
Magnus Hagander [Fri, 17 Aug 2012 19:12:14 +0000 (21:12 +0200)]
Add some missing transaction tags
Magnus Hagander [Fri, 17 Aug 2012 19:11:00 +0000 (21:11 +0200)]
Oops, remove debugging code
Magnus Hagander [Fri, 17 Aug 2012 19:01:08 +0000 (21:01 +0200)]
Add logging
Magnus Hagander [Fri, 17 Aug 2012 13:51:35 +0000 (15:51 +0200)]
Integrate with community login
Magnus Hagander [Fri, 17 Aug 2012 13:40:31 +0000 (15:40 +0200)]
Initial commit