ara-server/ara/server
David Moreau Simard 90ac1acc51
Move manage.py to ara.server.__main__ and add an entry point
This moves manage.py inside the package and sets up an "ara-manage"
console entry point for doing something like "ara-manage runserver"
instead of "python manage.py runserver".

Putting this under __main__ also allows users to do "python -m
ara.server".

Change-Id: I86b57f11fed2fea0295b1980e2734e35289d84f3
2018-12-06 16:14:11 -05:00
..
configs Fixes parsing of lists in config files. 2018-11-05 20:45:01 +01:00
__init__.py Only ara is a namespace package, subpackages are not. 2018-09-28 08:31:09 +02:00
__main__.py Move manage.py to ara.server.__main__ and add an entry point 2018-12-06 16:14:11 -05:00
admin.py Run black & isort over the codebase. 2018-10-01 18:24:47 +02:00
apps.py Run black & isort over the codebase. 2018-10-01 18:24:47 +02:00
settings.py Reduce page size from 1000 to 100 2018-11-14 14:21:44 -05:00
urls.py Added CI for black/isort. 2018-10-02 09:50:15 -05:00
utils.py Rewrite config error messages to be more instructive. 2018-11-10 14:35:21 +01:00
wsgi.py Refactor ara-server into namespaced python modules 2018-06-20 08:38:49 -04:00