Henrik Levkowetz
|
00e4818ceb
|
Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings.
- Legacy-Id: 8752
|
2014-12-17 21:26:32 +00:00 |
|
Henrik Levkowetz
|
3cb39d462e
|
Define the REST api top url in settings.py, rather than having literals in multiple places in the code.
- Legacy-Id: 8751
|
2014-12-17 21:06:05 +00:00 |
|
Henrik Levkowetz
|
7d2c934699
|
Cleanup.
- Legacy-Id: 8750
|
2014-12-17 20:25:18 +00:00 |
|
Henrik Levkowetz
|
48e0c33aff
|
Don't list REST API endpoints which don't provide access to any tables.
- Legacy-Id: 8749
|
2014-12-17 20:18:27 +00:00 |
|
Henrik Levkowetz
|
9883b8de78
|
Added a module with autodiscovery support for API resource files, and the necessary support for TimedeltaField to be used with tastypie. ALso a top-level resource list generated from settings.INSTALLED_APPS, in order to not have to maintain the top level manually in ietf/urls.py.
- Legacy-Id: 8741
|
2014-12-14 20:27:51 +00:00 |
|