odsreg/scheduling
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
..
management Allow multiple allocations for a topic 2013-08-05 14:41:25 +02:00
templates Initial import 2012-12-20 16:11:01 +01:00
__init__.py Initial import 2012-12-20 16:11:01 +01:00
admin.py Django 1.8+ compatibility 2017-01-04 16:50:09 +01:00
forms.py Django 1.8+ compatibility 2017-01-04 16:50:09 +01:00
models.py Django 1.8+ compatibility 2017-01-04 16:50:09 +01:00
urls.py Django 1.8+ compatibility 2017-01-04 16:50:09 +01:00
utils.py Splitting views.py and models.py 2013-06-07 14:48:43 +02:00
views.py Django 1.8+ compatibility 2017-01-04 16:50:09 +01:00