MANIFEST.in
README.rst
setup.py
acserv/__init__.py
acserv/apps.py
acserv/helpers.py
acserv/urls.py
acserv/views.py
acserv/migrations/__init__.py
acserv/proto/__init__.py
acserv/proto/models_pb2.py
acserv/templates/acserv/account.xml
acserv/templates/acserv/kick_session.xml
acserv/templates/acserv/password.xml
acserv/templates/acserv/success.xml
acserv/templates/acserv/messages/account_not_found.txt
acserv/templates/acserv/messages/account_not_in_service.txt
acserv/templates/acserv/messages/account_required.txt
acserv/templates/acserv/messages/index_missing_device_id.txt
acserv/templates/acserv/messages/password_required.txt
acserv/templates/acserv/messages/password_wrong.txt
acserv/templates/acserv/messages/sessions_too_many.txt
django_acserv/__init__.py
django_acserv/settings.py
django_acserv/urls.py
django_acserv/wsgi.py
django_acserv.egg-info/PKG-INFO
django_acserv.egg-info/SOURCES.txt
django_acserv.egg-info/dependency_links.txt
django_acserv.egg-info/requires.txt
django_acserv.egg-info/top_level.txt
sample/__init__.py
sample/apps.py
sample/models.py
sample/serializers.py
sample/views.py
sample/migrations/0001_initial.py
sample/migrations/__init__.py
sample/tests/__init__.py
sample/tests/test_views.py