Python Django

Open-source Python projects categorized as Django

Top 23 Python Django Projects

  • Django

    The Web framework for perfectionists with deadlines.

  • Project mention: AutoCodeRover resolves 22% of real-world GitHub in SWE-bench lite | news.ycombinator.com | 2024-04-09

    >As an example, AutoCodeRover successfully fixed issue #32347 of Django.

    This bug was fixed three years ago in a one-line change.[0] Presumably the fix was already in the training data.

    [0] https://github.com/django/django/pull/13933

  • Sentry

    Developer-first error tracking and performance monitoring

  • Project mention: Building a Production-Ready Web App with T3 Stack | dev.to | 2024-04-19

    First, sign up for a free account at https://sentry.io. Create a new project and make note of your DSN (Data Source Name).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • django-rest-framework

    Web APIs for Django. 🎸

  • Project mention: Ask HN: Is Python async/await some kind of joke? | news.ycombinator.com | 2024-01-27

    - Django Rest Framework has no async support? https://github.com/encode/django-rest-framework/issues/7260

  • Wagtail

    A Django content management system focused on flexibility and user experience

  • Project mention: Release Radar • February 2024 Edition | dev.to | 2024-02-29

    If you like Python 🐍 then check out this project. Wagtail is a popular CMS, combining Django’s powerful customization capabilities with a slick user interface. The newest update brings Django 5.0 support, a new searchable and filterable listing UI, the accessibility checker built into the admin interface, and a brand new 10-step tutorial for developers. This release marks Wagtail's 10th birthday 🎂. Happy birthday to the team and all the best for the next ten years and beyond 🥳.

  • paperless-ngx

    A community-supported supercharged version of paperless: scan, index and archive all your physical documents

  • Project mention: I accidentally built a meme search engine | news.ycombinator.com | 2024-04-13

    I steered a friend towards Paperless (and away from an LLM solution) as a way of searching/accessing GBs of architectural PDFs recently - so far, it’s apparently working well for them.

    https://github.com/paperless-ngx/paperless-ngx

  • awx

    AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

  • Project mention: The Bullhorn #124 (Ansible Newsletter) | /r/ansible | 2023-12-11

    AWX Project ↗

  • Zappa

    Serverless Python

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

  • Project mention: falco VS cookiecutter-django - a user suggested alternative | libhunt.com/r/falco.git | 2024-01-26

    Falco, in contrast to cookiecutter-django, aims to enhance the Django developer experience beyond project generation. It provides a CRUD generator and guides on various Django topics such as task queues, multitendency, deployment, realtime, etc.

  • django-cms

    The easy-to-use and developer-friendly enterprise CMS powered by Django

  • Project mention: Online Django Development Sprint, October 19-20. | /r/django | 2023-10-19

    Repo: https://github.com/django-cms/django-cms

  • doccano

    Open source annotation tool for machine learning practitioners.

  • Project mention: You Can't Have a Free Software AI Stack | news.ycombinator.com | 2023-07-13

    Huh?

    I wrote my own system for classifying a stream of texts in Python, I might Open Source it one of these days but I have to get it to the point where it is modular enough that I can customize it to do the particular things I want without subjecting people to my whims... I use it every day and I'm not afraid to demo it because it is rock solid.

    My understanding is that my system would not be hard to adapt to work on images for certain kinds of tasks.

    Pytorch is open source, Huggingface is open source. CUDA isn't. This is

    https://labelstud.io/

    and for annotating text spans there are so many open source tools

    https://github.com/doccano/doccano

    I worked for a company a few years back that built annotation tools for projects we sold to customers but never quite got to a polished general purpose annotator. Today there are an overwhelming number of companies in this space and products I never heard of, many of which are cloud based or paid. Looks like a gold rush to me.

  • django-allauth

    Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

  • Project mention: Django SaaS Package | /r/django | 2023-06-25

    If you don't want to use Pegasus or another paid product (presumably because of the cost), the packages I'd reach for are django-allauth for login/user stuff and dj-stripe for the Stripe integration. As for teams, there wasn't a library I was happy with so I rolled my own for Pegasus, but some people like django-tenants. It's too heavyweight for my taste as it requires a more complex dev/test/infrastructure setup with Postgres schemas, as opposed to having a single-database and handling multitenancy in the application layer. But there are pros and cons to both approaches.

  • Healthchecks

    Open-source cron job and background task monitoring service, written in Python & Django

  • Project mention: Show HN: I built a self-hosted status page and monitoring tool for my projects | news.ycombinator.com | 2024-04-25

    Hey mate, I'm using https://healthchecks.io/ for heartbeat monitoring my crons. It's been working flawlessly for quite some time now. The UI is super clean and easy to navigate. It's also free up to 20 monitored jobs. Note - I'm not in any way related to that project.

  • librephotos

    A self-hosted open source photo management service. This is the repository of the backend.

  • Project mention: Google Photos alternative | /r/selfhosted | 2023-07-10

    I found some other Solutions: Lomorage immich PicApport LibrePhotos Lomorage does directly mention the Feature I want, immich maybe does have it too.

  • django-ninja

    💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

  • Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07

    Django Ninja [1], it forever changed how I write Django project, in a way so elegant and productive.

    [1]: https://django-ninja.dev/

  • pyinstrument

    🚴 Call stack profiler for Python. Shows you why your code is slow!

  • Project mention: How to profile an asynchronous FastAPI server | /r/Python | 2023-08-09

    I was wondering if you have any synchronous routes in your app? We have an open issue regarding those and would love some ideas for solutions :)

  • django-oscar

    Domain-driven e-commerce for Django

  • Recipes

    Application for managing recipes, planning meals, building shopping lists and much much more!

  • Project mention: Google Says the Reddit Blackout Made Search Worse | /r/technology | 2023-06-27
  • authlib

    The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.

  • Weblate

    Web based localization tool with tight version control integration.

  • Project mention: Just launched Secrets 4 - A Password Manager with sharing on iCloud | /r/macapps | 2023-05-31

    For translations I can recommend you to use sites such as Crowdin, OneSky, Transifex, Weblate. Lot of smaller (singe or small team) developers are handling translations with the help of their users. You would be surprised how easy and how fast it is to manage translations at no (or nearly) cost this way. There is a lot of users willing to help to translate the app to their native languages.

  • graphene-django

    Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.

  • Project mention: Exploring Django's Third-Party Packages: Top Libraries You Should Know | dev.to | 2023-07-08

    Graphene-Django Graphene-Django is a powerful library that integrates the GraphQL query language with Django, allowing for the development of flexible and efficient APIs. It seamlessly combines the expressive power of GraphQL with the simplicity and elegance of Django, enabling us to design APIs that fetch only the data the clients need.

  • django-tastypie

    Creating delicious APIs for Django apps since 2010.

  • Project mention: Django Tastypie: Create APIs that is RESTful and uses HTTP well | news.ycombinator.com | 2023-08-14
  • strawberry

    A GraphQL library for Python that leverages type annotations 🍓

  • Project mention: My PHP Problems | news.ycombinator.com | 2024-02-20

    have a look to http://strawberry.rocks for Python.

    I've still to find a better code first implementation too

  • InvenTree

    Open Source Inventory Management System

  • Project mention: Code Chores: The boring part of maintaining | news.ycombinator.com | 2024-02-15

    Sorry for the confusion if you thought this was a rust project; here is the explanation I added to the text:

    InvenTree is an Open Source (MIT), self-hosted inventory and part library management system written mainly in Python. It uses Django and DRF to expose a REST API that can be used from the web, iOS and Android apps, a Python library and IOT devices.

    Source code: https://github.com/inventree/inventree

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Django related posts

  • Building a full Django project, starting with a single file

    8 projects | news.ycombinator.com | 23 Apr 2024
  • Paperless-Ngx

    1 project | news.ycombinator.com | 8 Mar 2024
  • Django Ninja is a web framework for building APIs with Django

    1 project | news.ycombinator.com | 2 Mar 2024
  • Show HN: Sqlbind a Python library to compose raw SQL

    7 projects | news.ycombinator.com | 26 Feb 2024
  • Build User login/signup & RESTful APIs in 100 lines of Python

    1 project | dev.to | 23 Feb 2024
  • Automatic Django webhooks triggered on model changes

    1 project | news.ycombinator.com | 21 Feb 2024
  • UtilMeta - a meta backend framework for Python

    2 projects | dev.to | 20 Feb 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Django projects in Python? This list will help you:

Project Stars
1 Django 76,886
2 Sentry 36,957
3 django-rest-framework 27,525
4 Wagtail 17,241
5 paperless-ngx 16,882
6 awx 13,431
7 Zappa 11,900
8 cookiecutter-django 11,562
9 django-cms 9,912
10 doccano 8,996
11 django-allauth 8,907
12 Healthchecks 7,322
13 librephotos 6,530
14 django-ninja 6,235
15 pyinstrument 6,138
16 django-oscar 6,095
17 Recipes 4,972
18 authlib 4,275
19 Weblate 4,238
20 graphene-django 4,232
21 django-tastypie 3,891
22 strawberry 3,764
23 InvenTree 3,721

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com