Giter Site home page Giter Site logo

mr-luoxi / awesome-django Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wsvincent/awesome-django

0.0 0.0 0.0 479 KB

A curated list of awesome things related to Django

Home Page: http://awesomedjango.org

License: Creative Commons Zero v1.0 Universal

Makefile 0.02% HTML 0.06% Ruby 0.30% CSS 99.59% JavaScript 0.02%

awesome-django's Introduction




Django logo

Awesome Django

A curated list of awesome things related to Django.

Maintained by William Vincent and Jeff Triplett.

Please consider supporting Django by making a donation to the Django Software Foundation, sponsoring via GitHub Sponsors, or buying official merchandise.

Contents

Third-Party Packages

For a complete listing of all available packages, see Django Packages

Admin

  • django-grappelli - A jazzy skin for the admin.
  • django-jazzmin - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
  • django-hijack - Admins can log in and work on behalf of other users without having to know their credentials.
  • django-import-export - Django application and library for importing and exporting data with admin integration.
  • django-admin-honeypot - Configure a honeypot to see who's trying to hack your site.
  • django-loginas - "Log in as user" for the Django admin.
  • impostor - Impostor is a Django application which allows staff members to login as a different user by using their own username and password.
  • django-admin-env-notice - Visually distinguish environments in Django Admin, for example: development, staging, production.
  • django-admin-interface - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals.

APIs

Async

Caching

  • django-cachalot - Caches your Django ORM queries and automatically invalidates them.
  • django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.

Commands

  • django-extensions - Custom management extensions, notably runserver_plus and shell_plus.
  • django-click - Write Django management commands using the click CLI library.
  • django-dbbackup - Management commands to help backup and restore your project database and media files.

Configuration

  • confidential - Manage configs and secrets (with CLI support).
  • django-environ - Environment variables.
  • django-split-settings - Organize multiple settings files.
  • django-constance - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
  • djenv - Load Django settings from environmental variables.
  • django-configurations - eases Django project configuration by relying on the composability of Python classes and following principles of the twelve-factor app.

Content Management Systems

ECommerce

  • saleor - GraphQL-based Django E-Commerce Platform.
  • django-shop - Django-based shop system.
  • shuup - Django E-Commerce Platform.
  • django-oscar - Domain-driven e-commerce for Django.

Editors

Files/Images

  • django-cleanup - Zero configuration file/image removal for local and remote files.

Forms

General

Logging

  • django-guid - Inject a GUID (Correlation-ID) into every log message in a Django request.

Models

Performance

  • django-perf-rec - Keep detailed records of the performance of your Django code.
  • New Relic - Time middleware, views, and SQL queries.
  • Scout - Time middleware, template rendering, and SQL queries with automatic N+1 detection.
  • django-query-profiler - Django query profiler to help resolve N+1 queries.
  • django-silk - Live profiling and inspection of HTTP requests and database queries.
  • py-spy - Sampling profiler for Python programs.

Search

Security

Static Assets

Task Queues

  • beatserver - A periodic task scheduler for Django.
  • django-q - A multiprocessing distributed task queue.
  • django-rq - Integration for Redis Queue.
  • django-redis - Full featured Redis cache backend for Django.
  • celery - Robust and broker-agnostic task queues for bigger, performance-focused projects.
  • django-dramatiq - Task processing library with a focus on simplicity, reliability and performance.

Testing

URLs

  • dj-database-url - Database URLs.
  • urlman - A nicer way to do URLs for Django models.
  • django-robots - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.

Users

  • django-allauth - Improved user registration including social auth.
  • django-organizations - Multi-user accounts for Django projects.
  • django-cas-ng - Django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO).

Views

Python Packages

A short list of Python packages that work well with Django.

  • bleach - Sanitize your inputs/forms.
  • black - Uncompromising Python code formatter.
  • coveragepy - Code coverage measurement.
  • faker - Faker is a Python package that generates fake data for you.
  • huey - A little task queue for Python.
  • nplusone - Auto-detect n+1 queries.
  • pillow - Python Imaging Library.
  • pytest - Testing framework.
  • python-decouple - Strict separation of settings from code.
  • python-slugify - Returns unicode slugs.
  • sentry-python - Error reporting SDK.
  • whitenoise - Simplified static file serving for Python websites.

Resources

Official Resources

Educational

Community

Conferences

Newsletters

  • Django News - Weekly newsletter on announcements, articles, projects, and talks.

Podcasts

  • Django Chat - A weekly podcast from William Vincent and Django Fellow Carlton Gibson with discussions of core Django concepts and regular guests.
  • Django Riffs - A new podcast from Matt Layman.
  • Running in Production - Focused on tech stacks with many episodes specifically on Django.
  • TalkPython - The leading Python podcast with several episodes on Django.
  • Podcast Init - A popular Python podcast that features Django guests on occasion.

Books

Django 3.1

Django 3.0

Django 2.2

Hosting

PaaS (Platforms-as-a-Service)

IaaS (Infrastructure-as-a-Service)

Projects

Boilerplate

Open Source Projects

Django REST Framework

The most popular way to build web APIs with Django.

DRF Resources

DRF Tutorials

Wagtail

Wagtail, the powerful CMS for modern websites.

Wagtail Resources

awesome-django's People

Contributors

adamchainz avatar adetunjitejumade avatar adinhodovic avatar avallbona avatar bfirsh avatar chaitu210 avatar cmoney667 avatar danieljdufour avatar dariaknyazeva avatar ebertti avatar gabrielloliveira avatar ilikerobots avatar ish-u avatar ivaylo-bachvarov avatar jefftriplett avatar jonasks avatar jonathan-s avatar labohkip81 avatar lnxpy avatar mensaah avatar mohmyo avatar morenoh149 avatar ramonsaraiva avatar rasulkireev avatar snejus avatar sobolevn avatar sreeni90 avatar vitalik avatar wsvincent avatar ycv005 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.