- Django REST Framework
- django-rest-framework-simplejwt
- django-split-settings
- WeasyPrint
- django-mptt
- drf-yasg
- https://github.com/jschneier/django-storages
- django-modeltranslation
- django-environ
- django-extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Adjust Preview | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-10-13 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.bonial.fr/webapp/viewer/* | |
// @match https://cdp-previewer.bonial.biz/webapp/viewer/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=bonial.fr | |
// @grant none |
Extensions:
- flake8-absolute-import - plugin to require absolute imports
- flake8-bugbear - a plugin for Flake8 finding likely bugs and design problems in your program
- flake8-commas - extension to enforce better comma placement
- flake8-docstrings - a simple module that adds an extension for the fantastic pydocstyle tool to flake8
- flake8-eradicate - plugin to find commented out (or so called "dead") code
- flake8-isort - use isort to check if the imports on your python files are sorted the way you expect
- flake8-print - check for Print statements in python files
- flake8-printf-formatting - plugin which forbids printf-style s