symposion_app/symposion/sponsorship
Sachi King d5986de870 Use django's login_required decorator
This only seems to be here to have some custom login_url used bypassing
django's model.  Well as we want to use django's model, this just won't
do.  So lets move to using django's model.
2017-03-26 12:32:32 +11:00
..
management add export sponsor data zip command 2015-06-21 14:39:18 +09:00
migrations All the migrations seem fixed now 2016-09-17 15:53:47 +10:00
templatetags i18n sponsor fields 2015-06-21 15:44:23 +09:00
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py Fix some flake8 issues 2015-09-13 21:34:40 -05:00
apps.py i18n all part 2015-08-03 23:37:33 +09:00
forms.py Merge branch 'i18n-all' of https://github.com/miurahr/symposion into miurahr-i18n-all 2015-09-08 15:07:24 -05:00
managers.py first pass at merging pycon's sponsorship app with more basic symposion one 2012-07-12 15:17:49 -04:00
models.py Make sponsor description default empty string. 2016-01-25 15:17:23 -05:00
tests.py add test 2015-06-21 14:39:18 +09:00
urls.py Drop deprecated url patterns format 2016-02-27 16:54:42 -06:00
views.py Use django's login_required decorator 2017-03-26 12:32:32 +11:00