Initialize django project
This first pass includes: * A django app for serving the API * A django server to host the app * A generic client that can be used to access the API from server side python code Change-Id: Idd7e1a8e370e6fe216ec7413c26de66b8d51ff38
Showing
.coveragerc
0 → 100644
.pep8
0 → 100644
.pylintrc
0 → 100644
.test_env
0 → 100644
Makefile
0 → 100644
analyticsdata/__init__.py
0 → 100644
analyticsdata/tests.py
0 → 100644
analyticsdata/urls.py
0 → 100644
analyticsdata/views.py
0 → 100644
analyticsdataclient/__init__.py
0 → 100644
analyticsdataclient/client.py
0 → 100644
analyticsdataclient/status.py
0 → 100644
analyticsdataclient/tests/test_client.py
0 → 100644
analyticsdataclient/tests/test_status.py
0 → 100644
analyticsdataserver/__init__.py
0 → 100644
analyticsdataserver/settings/__init__.py
0 → 100644
analyticsdataserver/settings/base.py
0 → 100644
analyticsdataserver/settings/local.py
0 → 100644
analyticsdataserver/settings/production.py
0 → 100644
analyticsdataserver/settings/test.py
0 → 100644
analyticsdataserver/urls.py
0 → 100644
analyticsdataserver/wsgi.py
0 → 100644
docs/apiary/apiary.apib
0 → 100644
manage.py
0 → 100755
requirements/base.txt
0 → 100644
requirements/local.txt
0 → 100644
requirements/production.txt
0 → 100644
requirements/test.txt
0 → 100644
setup.py
0 → 100644
Please
register
or
sign in
to comment