preconfigured template for development with Django, django-cotton, redis, postgresql, and huey
- startapp command
uv run python manage.py startapp <app_name>
The original startapp command is overridden to use the apps dir along with some other additions, like automatically adding the app to the installed apps
- storages
TBA