ara/ara/server
Florian Apolloner 509bbb8486 Small cleanups for django best practices.
Changes include:

 * Custom admin app config instead of monkey patching attributes.
 * DRF Routers & Viewsets instead of manual view configuration.
 * nested viewsets from drf-extensions (for now) to scope files to playbooks.
 * Removed media serving since runserver does this alreay in dev;
    deployment will need another option anyways.

Change-Id: I409bd3f7faa5f133fcb204613baebf2512d34c1a
2018-09-28 08:51:36 +02:00
..
__init__.py Refactor ara-server into namespaced python modules 2018-06-20 08:38:49 -04:00
admin.py Small cleanups for django best practices. 2018-09-28 08:51:36 +02:00
apps.py Small cleanups for django best practices. 2018-09-28 08:51:36 +02:00
settings.py Small cleanups for django best practices. 2018-09-28 08:51:36 +02:00
urls.py Small cleanups for django best practices. 2018-09-28 08:51:36 +02:00
wsgi.py Refactor ara-server into namespaced python modules 2018-06-20 08:38:49 -04:00