.gitignore
.pypirc
MANIFEST.in
setup.py
.idea/.gitignore
.idea/fastapi-admin.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
admins/__init__.py
admins/commands.py
admins/utils.py
admins/templates/__init__.py
admins/templates/app/__init__.py
admins/templates/app/cookiecutter.json
admins/templates/app/{{cookiecutter.app_name}}/__init__.py
admins/templates/app/{{cookiecutter.app_name}}/models.py
admins/templates/app/{{cookiecutter.app_name}}/schemas.py
admins/templates/app/{{cookiecutter.app_name}}/urls.py
admins/templates/app/{{cookiecutter.app_name}}/views.py
admins/templates/project/__init__.py
admins/templates/project/cookiecutter.json
admins/templates/project/{{cookiecutter.project_name}}/.gitignore
admins/templates/project/{{cookiecutter.project_name}}/alembic.ini
admins/templates/project/{{cookiecutter.project_name}}/main.py
admins/templates/project/{{cookiecutter.project_name}}/requirements.txt
admins/templates/project/{{cookiecutter.project_name}}/alembic/README
admins/templates/project/{{cookiecutter.project_name}}/alembic/env.py
admins/templates/project/{{cookiecutter.project_name}}/alembic/script.py.mako
admins/templates/project/{{cookiecutter.project_name}}/static/imgs/FastAPI.png
admins/templates/project/{{cookiecutter.project_name}}/templates/index.html
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/__init__.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/application.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/database.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/errors.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/events.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/settings.py
admins/templates/project/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/urls.py
fastapi_web_admin.egg-info/PKG-INFO
fastapi_web_admin.egg-info/SOURCES.txt
fastapi_web_admin.egg-info/dependency_links.txt
fastapi_web_admin.egg-info/entry_points.txt
fastapi_web_admin.egg-info/requires.txt
fastapi_web_admin.egg-info/top_level.txt