Resources
Resources
Software
Selected APIs
Packages
Awesome Django - Curated list of awesome things related to Django
- pip install django - A high-level Python web framework that enables rapid development of secure and maintainable websites.
- pip install django-allauth - A Django authentication app that provides social account authentication via OAuth2 providers such as Google, Facebook, and Twitter.
- pip install django-ckeditor - A rich text editor for Django that provides an easy-to-use interface for formatting and styling text.
- pip install django-cleanup - A Django app that automatically deletes old file uploads when a new version is uploaded.
- pip install django-countries - A Django app that provides a list of countries and their associated data, such as ISO codes and flags.
- pip install django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.
- pip install django-extensions - A collection of custom extensions for the Django Framework.
- pip install django-heroku - A Django app that helps configure settings for deployment on Heroku.
- pip install django-recaptcha - A Django app that provides easy integration with Google reCAPTCHA to protect against spam and abuse.
- pip install django-resized - A Django app that provides an easy way to resize images and store them in a pre-defined format.
- pip install django-storages - A Django app that provides a unified storage API for interacting with various cloud storage services.
- pip install django-tinymce - A lightweight, easy-to-use WYSIWYG editor for Django.
- pip install easy-thumbnails - A Django app that provides easy image thumbnailing and resizing.
- pip install fpdf - A Python library for generating PDF documents.
- pip install mysql-connector - A Python library that provides connectivity to MySQL databases.
- pip install mysql-connector-python - A Python library that provides connectivity to MySQL databases using the Python Database API.
- pip install playsound - A Python library for playing sounds.
- pip install Pillow - A Python Imaging Library that adds support for opening, manipulating, and saving many different image file formats.
- pip install python-dateutil - A Python library that provides powerful date and time parsing and manipulation functionality.
- pip install python-decouple - A Python library that provides a way to separate settings from code, allowing for easy deployment and configuration.
- pip install pyinstaller - A Python library that allows you to create standalone executable applications that can run on any computer without requiring the installation of Python or any additional libraries.
- pip install requests - A Python library that allows you to send HTTP/1.1 requests extremely easily.
- pip install whitenoise - A Django app that provides efficient static file serving for production use.