Compare commits

..

5 Commits

Author SHA1 Message Date
Will Vincent
9777537add
Merge pull request #209 from d29107d/weblate
Add weblate
2023-05-15 11:56:42 -04:00
Will Vincent
cea2bcadb0
Merge pull request #217 from amerkurev/main
Add django-docker-template
2023-05-15 11:36:42 -04:00
amerkurev
da45eab204
Update README.md 2023-05-14 20:51:23 +03:00
amerkurev
27d7feefec Add django-docker-template 2023-05-02 22:31:56 +03:00
Xiaojing Chen
cf77796c3f
Update README.md 2023-02-07 10:54:18 +08:00

View File

@ -200,6 +200,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting.
- [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) - Shows a 503 error page when maintenance-mode is on.
- [django-freeze](https://github.com/fabiocaccamo/django-freeze) - Convert your dynamic django site to a static one with one line of code.
- [Weblate](https://github.com/WeblateOrg/weblate) - Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.
### Logging
- [django-guid](https://github.com/JonasKs/django-guid) - Inject a GUID (Correlation-ID) into every log message in a Django request.
@ -424,6 +425,7 @@ _Django 3.2_
- [DRFx](https://github.com/wsvincent/drfx/) - A DRF starter with user auth, Pipenv, and other goodies.
- [django-project-template](https://github.com/jpadilla/django-project-template) - A deliberately basic project that has multiple staging environments and Heroku deployment config.
- [docker-django](https://github.com/erroneousboat/docker-django/) - A quick starter guide for Django and Docker together.
- [django-docker-template](https://github.com/amerkurev/django-docker-template) - Dockerized Django with Postgres, Gunicorn, and Traefik (with auto renew Let's Encrypt).
- [django-startproject](https://github.com/jefftriplett/django-startproject) - Django start project template with batteries.
- [wemake-django-template](https://github.com/wemake-services/wemake-django-template/) - Bleeding edge Django template focused on code quality and security.
- [django-webpack-starter](https://github.com/khadegd/django-webpack-starter) - Django Webpack starter template for using Webpack 4.