Skip to content

Commit d68401e

Browse files
committed
renamed asgi template folder
1 parent 8882baa commit d68401e

18 files changed

+1
-1
lines changed

piccolo/apps/asgi/commands/new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from jinja2 import Environment, FileSystemLoader
99

1010

11-
TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), "templates/starlette/")
11+
TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), "templates/app/")
1212
SERVERS = ["uvicorn", "Hypercorn"]
1313
ROUTERS = ["starlette", "fastapi", "blacksheep"]
1414

piccolo/apps/asgi/commands/templates/starlette/_blacksheep_app.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/_fastapi_app.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/_starlette_app.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/app.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/app.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/home/_blacksheep_endpoints.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/home/_blacksheep_endpoints.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/home/_starlette_endpoints.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/home/_starlette_endpoints.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/home/endpoints.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/home/piccolo_app.py.jinja renamed to piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja

File renamed without changes.

piccolo/apps/asgi/commands/templates/starlette/home/piccolo_migrations/README.md renamed to piccolo/apps/asgi/commands/templates/app/home/piccolo_migrations/README.md

File renamed without changes.

0 commit comments

Comments
 (0)