MANIFEST.in
README.rst
requirements.txt
setup.py
crams_allocation/__init__.py
crams_allocation/admin.py
crams_allocation/apps.py
crams_allocation/asgi.py
crams_allocation/models.py
crams_allocation/permissions.py
crams_allocation/settings.py
crams_allocation/test_utils.py
crams_allocation/urls.py
crams_allocation/wsgi.py
crams_allocation.egg-info/PKG-INFO
crams_allocation.egg-info/SOURCES.txt
crams_allocation.egg-info/dependency_links.txt
crams_allocation.egg-info/requires.txt
crams_allocation.egg-info/top_level.txt
crams_allocation/config/__init__.py
crams_allocation/config/allocation_config.py
crams_allocation/config/aspect_config.py
crams_allocation/config/transaction_id.py
crams_allocation/constants/__init__.py
crams_allocation/constants/api.py
crams_allocation/constants/db.py
crams_allocation/constants/db_qs.py
crams_allocation/local/__init__.py
crams_allocation/log/__init__.py
crams_allocation/log/allocation_request_log.py
crams_allocation/log/provision_log.py
crams_allocation/migrations/0001_initial.py
crams_allocation/migrations/0002_init_lookups.py
crams_allocation/migrations/__init__.py
crams_allocation/product_allocation/__init__.py
crams_allocation/product_allocation/models.py
crams_allocation/product_allocation/serializers/__init__.py
crams_allocation/product_allocation/serializers/compute_question_serializer.py
crams_allocation/product_allocation/serializers/compute_request.py
crams_allocation/product_allocation/serializers/storage_question_serializers.py
crams_allocation/product_allocation/serializers/storage_request_serializers.py
crams_allocation/serializers/__init__.py
crams_allocation/serializers/admin_serializers.py
crams_allocation/serializers/base.py
crams_allocation/serializers/base_lookup.py
crams_allocation/serializers/contact_project_list.py
crams_allocation/serializers/product_request.py
crams_allocation/serializers/project_list.py
crams_allocation/serializers/project_request_serializers.py
crams_allocation/serializers/question_serializers.py
crams_allocation/serializers/request_history.py
crams_allocation/serializers/request_serializers.py
crams_allocation/sqls/initial_allocation.sql
crams_allocation/templates/sample/approve.html
crams_allocation/templates/sample/base.html
crams_allocation/templates/sample/provision.html
crams_allocation/templates/sample/reject.html
crams_allocation/templates/sample/submit.html
crams_allocation/utils/__init__.py
crams_allocation/utils/allocation_optimise_utils.py
crams_allocation/utils/allocation_user_utils.py
crams_allocation/utils/lookup_data.py
crams_allocation/utils/project_request_list_utils.py
crams_allocation/utils/project_request_utils.py
crams_allocation/utils/request_utils.py
crams_allocation/utils/role.py
crams_allocation/views/__init__.py
crams_allocation/views/approve_request_list.py
crams_allocation/views/lookup_api.py
crams_allocation/views/project_request_list.py
crams_allocation/views/request_history.py
crams_allocation/viewsets/__init__.py
crams_allocation/viewsets/allocation_exists.py
crams_allocation/viewsets/allocation_viewsets.py
crams_allocation/viewsets/approve_request.py
crams_allocation/viewsets/decline_request.py
crams_allocation/viewsets/list_request.py
crams_allocation/viewsets/project_request_contact.py