-
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design
-
Pipenv is a production-ready tool that aims to bring the best of all packaging worlds to the Python world. It harnesses Pipfile, pip, and virtualenv into one single command.
-
Django’s admindocs app pulls documentation from the docstrings of models, views, template tags, and template filters for any app in INSTALLED_APPS and makes that documentation available from the Django admin.
-
nplusone is a library for detecting the n+1 queries problem in Python ORMs, including SQLAlchemy, Peewee, and the Django ORM.
-
Middleware that Prints the number of DB queries to the runserver console.
-
A pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.
-
Django-CSP adds Content-Security-Policy headers to Django.
-
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
-
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
Decouple helps you to organize your settings so that you can change parameters without having to redeploy your app. It also makes it easy for you to: store parameters in ini or .env files; define comprehensive default values; properly convert values to the correct data type; have only one configuration module to rule all your instances.
-
Notifications
You must be signed in to change notification settings - Fork 0
thangphuocnguyen/poc-drf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|