Skip to content

thangphuocnguyen/poc-drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVELOPMENT STACKs

  • Django 2.2

    Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design

  • Pipenv v2018.11.26

    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 admindocs

    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

    nplusone is a library for detecting the n+1 queries problem in Python ORMs, including SQLAlchemy, Peewee, and the Django ORM.

  • django-querycount

    Middleware that Prints the number of DB queries to the runserver console.

  • django-health-check

    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

    Django-CSP adds Content-Security-Policy headers to Django.

  • Django Debug Toolbar

    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.

  • django-split-settings

    Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

  • python-decouple

    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.