Commit Graph

4 Commits

Author SHA1 Message Date
Thierry Carrez 1bc28b4b1b Disable scheduling module
We won't be making use of the scheduling module for
the Boston forum. Disable it in configuration, and
remove links from the cfp module to the scheduling
module in case it's not loaded.

Change-Id: I985f2bda2cda872e553ba52b27f3c264cf8a97bd
2017-03-16 14:14:54 +01:00
Thierry Carrez 30b7913e29 Fix LOGIN_URL to match new style
django.openid.auth now uses a /-terminated url route,
so update LOGIN_URL to match.

Change-Id: I19623eba5292074506f58da063b52a09b372340b
2017-03-16 13:30:48 +01:00
Thierry Carrez 483042cd32 Add missing wsgi.py in odsreg
Add wsgi.py to the odsreg module.

Change-Id: If4a3428963b6d9e7369620e1dca063a892966a05
2017-01-04 15:54:23 +00:00
Thierry Carrez 6b962fa3e2 Django 1.8+ compatibility
Update odsreg so that it runs with Django 1.8:
- Move base files under an odsreg module, update .gitignore
- Update module paths
- Update manage.py to Django 1.8 version
- Update instructions in README.rst
- Remove 'null has no effect on ManyToManyField' warning

Update odsreg so that it runs with Django 1.9:
- Update management command arg handling
- Use url instead of patterns in urls.py
- Move from TEMPLATE_* variables to TEMPLATES

Co-Authored-By: Tom Fifield <tom@openstack.org>
Change-Id: Ic18bddd29053ca0187889bb8a371048b2ad3fdb9
2017-01-04 16:50:09 +01:00