https://github.com/natorsc/py-django
Initial template for projects with the Django web framework.
https://github.com/natorsc/py-django
django python python3 web
Last synced: about 1 month ago
JSON representation
Initial template for projects with the Django web framework.
- Host: GitHub
- URL: https://github.com/natorsc/py-django
- Owner: natorsc
- Created: 2024-12-29T21:26:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T20:31:09.000Z (over 1 year ago)
- Last Synced: 2025-03-18T18:03:58.630Z (about 1 year ago)
- Topics: django, python, python3, web
- Language: Python
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Django
A ready-to-use starter template for building web applications with the [Django](https://www.djangoproject.com/) framework - structured, clean, and easy to extend.
## Done
- [x] [pdm](https://github.com/pdm-project/pdm). An extremely fast Python package and project manager, written in Rust.
- [x] [Django Rosetta](https://github.com/mbi/django-rosetta). Rosetta is a Django application that eases the translation process of your Django projects.
- [x] [Whitenoise](https://github.com/evansd/whitenoise). Radically simplified static file serving for Python web apps.
- [x] [Environs](https://github.com/sloria/environs). simplified environment variable parsing.
- [x] [Django Bootstrap 5](https://github.com/zostera/django-bootstrap5). Bootstrap 5 for Django.
- [x] [dj database url](https://github.com/jazzband/dj-database-url). Use Database URLs in your Django Application.
- [x] [Gunicorn](https://github.com/benoitc/gunicorn). gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
- [x] [Uvicorn](https://github.com/encode/uvicorn). An ASGI web server, for Python.
- [x] [Django debug toolbar](https://github.com/django-commons/django-debug-toolbar). A configurable set of panels that display various debug information about the current request/response.
- [x] [Ruff](https://github.com/astral-sh/ruff). An extremely fast Python linter and code formatter, written in Rust.
- [x] Static files (dev).
- [x] Static urls.
- [x] I18n.
- [x] I18n JavaScript.
- [x] Change language.
- [x] Accounts urls.
- [x] Sitemaps.
- [x] light/dark mode.