README.md
setup.py
PyStarter/__init__.py
PyStarter/asgi.py
PyStarter/settings.py
PyStarter/urls.py
PyStarter/wsgi.py
mypystarter/__init__.py
mypystarter/admin.py
mypystarter/apps.py
mypystarter/enums.py
mypystarter/exceptions.py
mypystarter/logger.py
mypystarter/mailer.py
mypystarter/middlewares.py
mypystarter/notifier.py
mypystarter/tests.py
mypystarter/types.py
mypystarter/views.py
mypystarter.egg-info/PKG-INFO
mypystarter.egg-info/SOURCES.txt
mypystarter.egg-info/dependency_links.txt
mypystarter.egg-info/requires.txt
mypystarter.egg-info/top_level.txt
mypystarter/auth/__init__.py
mypystarter/auth/authentication.py
mypystarter/auth/serializers.py
mypystarter/base/__init__.py
mypystarter/base/list_schema.py
mypystarter/base/pagination.py
mypystarter/base/search_filter.py
mypystarter/base/version.py
mypystarter/migrations/0001_initial.py
mypystarter/migrations/__init__.py
mypystarter/mixins/__init__.py
mypystarter/mixins/archive.py
mypystarter/mixins/create_form_data.py
mypystarter/mixins/create_json.py
mypystarter/mixins/generic_view.py
mypystarter/mixins/handle_upload_file.py
mypystarter/mixins/list.py
mypystarter/mixins/retrieve.py
mypystarter/mixins/soft.py
mypystarter/mixins/soft_archive.py
mypystarter/mixins/update_form_data.py
mypystarter/models/__init__.py
mypystarter/models/archive.py
mypystarter/models/file.py
mypystarter/models/file_field.py
mypystarter/models/folder.py
mypystarter/models/foreign_key_field.py
mypystarter/models/models.py
mypystarter/models/soft.py
mypystarter/models/timestamp.py
mypystarter/models/user.py
mypystarter/scripts/__init__.py
mypystarter/scripts/init_storage.py
mypystarter/serializers/__init__.py
mypystarter/serializers/create.py
mypystarter/serializers/file.py
mypystarter/serializers/read.py
mypystarter/serializers/upload.py
mypystarter/storages/__init__.py
mypystarter/storages/s3.py
tenant/__init__.py
tenant/admin.py
tenant/apps.py
tenant/models.py
tenant/serializers.py
tenant/tests.py
tenant/urls.py
tenant/views.py
tenant/migrations/0001_initial.py
tenant/migrations/__init__.py