MANIFEST.in
README.rst
requirements.txt
setup.py
crams_collection/__init__.py
crams_collection/admin.py
crams_collection/apps.py
crams_collection/asgi.py
crams_collection/constants.py
crams_collection/crams_api_urls.py
crams_collection/models.py
crams_collection/permissions.py
crams_collection/public_urls.py
crams_collection/settings.py
crams_collection/test_settings.py
crams_collection/test_utils.py
crams_collection/urls.py
crams_collection/wsgi.py
crams_collection.egg-info/PKG-INFO
crams_collection.egg-info/SOURCES.txt
crams_collection.egg-info/dependency_links.txt
crams_collection.egg-info/requires.txt
crams_collection.egg-info/top_level.txt
crams_collection/config/__init__.py
crams_collection/config/aspect_config.py
crams_collection/config/collection_config.py
crams_collection/constants/__init__.py
crams_collection/constants/api.py
crams_collection/log/__init__.py
crams_collection/log/project_contact_log.py
crams_collection/log/project_log.py
crams_collection/migrations/0001_initial.py
crams_collection/migrations/0002_project_crams_id.py
crams_collection/migrations/0003_init_lookups.py
crams_collection/migrations/0004_projectlog.py
crams_collection/migrations/__init__.py
crams_collection/serializers/__init__.py
crams_collection/serializers/base_project_serializer.py
crams_collection/serializers/contact_project_list.py
crams_collection/serializers/domain_serializers.py
crams_collection/serializers/grant_serializers.py
crams_collection/serializers/project_contact_serializer.py
crams_collection/serializers/project_id_serializer.py
crams_collection/serializers/project_serializer.py
crams_collection/serializers/provision_details.py
crams_collection/serializers/publication_serializers.py
crams_collection/serializers/question_serializers.py
crams_collection/sqls/initial_collection.sql
crams_collection/templates/sample/project-invite.html
crams_collection/templates/sample/project-member-approval.html
crams_collection/templates/sample/project-member-invite-cancelled.html
crams_collection/templates/sample/project-member-invite-decline.html
crams_collection/templates/sample/project-member-reject.html
crams_collection/templates/sample/project-member-request-cancelled.html
crams_collection/templates/sample/project-member-request-user.html
crams_collection/templates/sample/project-member-request.html
crams_collection/templates/sample/project-member-revoked.html
crams_collection/templates/sample/project-member-user-role-changed.html
crams_collection/utils/__init__.py
crams_collection/utils/crams_rest_request_util.py
crams_collection/utils/project_role_querysets.py
crams_collection/utils/project_user_utils.py
crams_collection/utils/viewset_utils.py
crams_collection/views/__init__.py
crams_collection/views/lookup_api.py
crams_collection/viewsets/__init__.py
crams_collection/viewsets/project_contact.py
crams_collection/viewsets/project_exists.py
crams_collection/viewsets/project_list_viewsets.py
crams_collection/viewsets/project_viewsets.py
crams_collection/viewsets/base/__init__.py
crams_collection/viewsets/base/base_report_viewset.py
crams_collection/viewsets/base/role_list_viewset.py