Initial template for projects with the Django web framework.
Done:
- uv. An extremely fast Python package and project manager, written in Rust.
- Django Rosetta. Rosetta is a Django application that eases the translation process of your Django projects.
- Whitenoise. Radically simplified static file serving for Python web apps.
- Environs. simplified environment variable parsing.
- Django Bootstrap 5. Bootstrap 5 for Django.
- dj database url. Use Database URLs in your Django Application.
- Gunicorn. gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
- Uvicorn. An ASGI web server, for Python.
- Django debug toolbar. A configurable set of panels that display various debug information about the current request/response.
- Ruff. An extremely fast Python linter and code formatter, written in Rust.
- Taskipy. the complementary task runner for python
- Static files (dev).
- Static urls.
- I18n urls.
- Accounts urls.
- Sitemaps.
- Change language.
- light/dark mode.