LICENSE
MANIFEST.in
README.md
setup.py
FrameBuilder.egg-info/PKG-INFO
FrameBuilder.egg-info/SOURCES.txt
FrameBuilder.egg-info/dependency_links.txt
FrameBuilder.egg-info/entry_points.txt
FrameBuilder.egg-info/requires.txt
FrameBuilder.egg-info/top_level.txt
builder/__init__.py
builder/core.py
builder/__pycache__/__init__.cpython-311.pyc
builder/__pycache__/core.cpython-311.pyc
builder/commands/__init__.py
builder/commands/help.py
builder/commands/rebuild.py
builder/commands/run.py
builder/commands/__pycache__/__init__.cpython-311.pyc
builder/commands/__pycache__/help.cpython-311.pyc
builder/commands/__pycache__/rebuild.cpython-311.pyc
builder/commands/__pycache__/run.cpython-311.pyc
builder/templates/__init__.py
builder/templates/django_template/.gitignore
builder/templates/django_template/__init__.py
builder/templates/django_template/manage.py
builder/templates/django_template/requirements.txt
builder/templates/django_template/config/__init__.py
builder/templates/django_template/config/asgi.py
builder/templates/django_template/config/settings.py
builder/templates/django_template/config/urls.py
builder/templates/django_template/config/wsgi.py
builder/templates/django_template/home/__init__.py
builder/templates/django_template/home/admin.py
builder/templates/django_template/home/apps.py
builder/templates/django_template/home/models.py
builder/templates/django_template/home/tests.py
builder/templates/django_template/home/views.py
builder/templates/django_template/home/migrations/__init__.py
builder/templates/django_template/media/avatars/what-is-california-known-for-the-golden-gate-bridge-hero.jpg
builder/templates/django_template/static/favicon.ico
builder/templates/django_template/static/css/style.css
builder/templates/django_template/static/images/ape1.jpg
builder/templates/django_template/static/images/ape2.jpg
builder/templates/django_template/static/images/avatar.svg
builder/templates/django_template/static/images/logo.svg
builder/templates/django_template/templates/404.html
builder/templates/django_template/templates/base.html
builder/templates/django_template/templates/home.html
builder/templates/django_template/templates/account/login.html
builder/templates/django_template/templates/account/messages/logged_in.txt
builder/templates/django_template/templates/account/messages/logged_out.txt
builder/templates/django_template/templates/allauth/layouts/base.html
builder/templates/django_template/templates/includes/header.html
builder/templates/django_template/templates/includes/messages.html
builder/templates/django_template/templates/layouts/blank.html
builder/templates/django_template/templates/layouts/box.html
builder/templates/django_template/templates/partials/email_form.html
builder/templates/django_template/templates/users/profile.html
builder/templates/django_template/templates/users/profile_delete.html
builder/templates/django_template/templates/users/profile_edit.html
builder/templates/django_template/templates/users/profile_settings.html
builder/templates/django_template/users/__init__.py
builder/templates/django_template/users/admin.py
builder/templates/django_template/users/apps.py
builder/templates/django_template/users/forms.py
builder/templates/django_template/users/models.py
builder/templates/django_template/users/signals.py
builder/templates/django_template/users/tests.py
builder/templates/django_template/users/urls.py
builder/templates/django_template/users/views.py
builder/templates/django_template/users/migrations/__init__.py
builder/templates/fastapi_template/.gitignore
builder/templates/fastapi_template/Dockerfile
builder/templates/fastapi_template/docker-compose.yml
builder/templates/fastapi_template/poetry.lock
builder/templates/fastapi_template/pyproject.toml
builder/templates/fastapi_template/src/.env.example
builder/templates/fastapi_template/src/__init__.py
builder/templates/fastapi_template/src/alembic.ini
builder/templates/fastapi_template/src/app.py
builder/templates/fastapi_template/src/config.py
builder/templates/fastapi_template/src/middleware.py
builder/templates/fastapi_template/src/admin/__init__.py
builder/templates/fastapi_template/src/admin/auth.py
builder/templates/fastapi_template/src/admin/users.py
builder/templates/fastapi_template/src/alembic/README
builder/templates/fastapi_template/src/alembic/env.py
builder/templates/fastapi_template/src/alembic/script.py.mako
builder/templates/fastapi_template/src/api/__init__.py
builder/templates/fastapi_template/src/api/routers.py
builder/templates/fastapi_template/src/api/users/__init__.py
builder/templates/fastapi_template/src/api/users/dependencies.py
builder/templates/fastapi_template/src/api/users/routers.py
builder/templates/fastapi_template/src/api/users/schemas.py
builder/templates/fastapi_template/src/api/users/service.py
builder/templates/fastapi_template/src/api/users/utils.py
builder/templates/fastapi_template/src/core/__init__.py
builder/templates/fastapi_template/src/core/database/__init__.py
builder/templates/fastapi_template/src/core/database/db.py
builder/templates/fastapi_template/src/core/database/models/__init__.py
builder/templates/fastapi_template/src/core/database/models/base.py
builder/templates/fastapi_template/src/core/database/models/users.py
builder/templates/fastapi_template/src/core/security/__init__.py
builder/templates/fastapi_template/src/core/security/jwt.py
builder/templates/fastapi_template/src/core/utils/__init__.py
builder/templates/fastapi_template/src/core/utils/createsuperuser.py
builder/templates/fastapi_template/src/core/utils/save_images.py
builder/templates/fastapi_template/src/static/media/user.png
builder/templates/restframework_template/.dockerignore
builder/templates/restframework_template/.gitignore
builder/templates/restframework_template/.pg-env
builder/templates/restframework_template/Dockerfile
builder/templates/restframework_template/__init__.py
builder/templates/restframework_template/docker-compose.yml
builder/templates/restframework_template/requirements.txt
builder/templates/restframework_template/nginx/Dockerfile
builder/templates/restframework_template/nginx/default.conf
builder/templates/restframework_template/src/.env
builder/templates/restframework_template/src/.gitignore
builder/templates/restframework_template/src/__init__.py
builder/templates/restframework_template/src/manage.py
builder/templates/restframework_template/src/api/__init__.py
builder/templates/restframework_template/src/api/urls.py
builder/templates/restframework_template/src/api/users/__init__.py
builder/templates/restframework_template/src/api/users/admin.py
builder/templates/restframework_template/src/api/users/apps.py
builder/templates/restframework_template/src/api/users/models.py
builder/templates/restframework_template/src/api/users/permissions.py
builder/templates/restframework_template/src/api/users/serializers.py
builder/templates/restframework_template/src/api/users/urls.py
builder/templates/restframework_template/src/api/users/views.py
builder/templates/restframework_template/src/api/users/migrations/__init__.py
builder/templates/restframework_template/src/config/__init__.py
builder/templates/restframework_template/src/config/asgi.py
builder/templates/restframework_template/src/config/settings.py
builder/templates/restframework_template/src/config/urls.py
builder/templates/restframework_template/src/config/wsgi.py
builder/templates/restframework_with_oauth_template/.dockerignore
builder/templates/restframework_with_oauth_template/.gitignore
builder/templates/restframework_with_oauth_template/.pg-env
builder/templates/restframework_with_oauth_template/Dockerfile
builder/templates/restframework_with_oauth_template/__init__.py
builder/templates/restframework_with_oauth_template/docker-compose.yml
builder/templates/restframework_with_oauth_template/requirements.txt
builder/templates/restframework_with_oauth_template/nginx/Dockerfile
builder/templates/restframework_with_oauth_template/nginx/default.conf
builder/templates/restframework_with_oauth_template/src/.env
builder/templates/restframework_with_oauth_template/src/.gitignore
builder/templates/restframework_with_oauth_template/src/__init__.py
builder/templates/restframework_with_oauth_template/src/manage.py
builder/templates/restframework_with_oauth_template/src/api/__init__.py
builder/templates/restframework_with_oauth_template/src/api/urls.py
builder/templates/restframework_with_oauth_template/src/api/oauth/__init__.py
builder/templates/restframework_with_oauth_template/src/api/oauth/apps.py
builder/templates/restframework_with_oauth_template/src/api/oauth/serializers.py
builder/templates/restframework_with_oauth_template/src/api/oauth/urls.py
builder/templates/restframework_with_oauth_template/src/api/oauth/views.py
builder/templates/restframework_with_oauth_template/src/api/oauth/services/__init__.py
builder/templates/restframework_with_oauth_template/src/api/oauth/services/base_auth.py
builder/templates/restframework_with_oauth_template/src/api/oauth/services/google.py
builder/templates/restframework_with_oauth_template/src/api/users/__init__.py
builder/templates/restframework_with_oauth_template/src/api/users/admin.py
builder/templates/restframework_with_oauth_template/src/api/users/apps.py
builder/templates/restframework_with_oauth_template/src/api/users/models.py
builder/templates/restframework_with_oauth_template/src/api/users/permissions.py
builder/templates/restframework_with_oauth_template/src/api/users/serializers.py
builder/templates/restframework_with_oauth_template/src/api/users/urls.py
builder/templates/restframework_with_oauth_template/src/api/users/views.py
builder/templates/restframework_with_oauth_template/src/api/users/migrations/__init__.py
builder/templates/restframework_with_oauth_template/src/config/__init__.py
builder/templates/restframework_with_oauth_template/src/config/asgi.py
builder/templates/restframework_with_oauth_template/src/config/settings.py
builder/templates/restframework_with_oauth_template/src/config/urls.py
builder/templates/restframework_with_oauth_template/src/config/wsgi.py