Django

Open-source projects categorized as Django

Top 23 Django Open-Source 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

  • awesome-cheatsheets

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

  • Project mention: 2024 Cheat Sheet Collection | dev.to | 2024-03-16

    Awesome Cheat Sheets: This curated list of cheat sheets covers a wide range of topics, including programming languages, frameworks, databases, and more, making it a valuable resource for developers of all levels.

  • 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
  • Sentry

    Developer-first error tracking and performance monitoring

  • Project mention: 17 Best Developer Productivity Tools to Try | dev.to | 2024-05-10

    Sentry is a powerful tool in the realm of performance monitoring and error tracking, adept at automatically identifying bugs and errors within your codebase. With SDKs available for virtually all widely used frameworks and technologies—including JavaScript, PHP, Python, and Ruby—Sentry is ready to integrate seamlessly into your projects.

  • 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

  • plane

    🔥 🔥 🔥 Open Source JIRA, Linear and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.

  • Project mention: Projectmanagement | /r/selfhosted | 2023-12-08
  • 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

  • SaaSHub

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

    SaaSHub logo
  • 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

  • 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.

  • awesome-django

    A curated list of awesome things related to Django

  • Project mention: I want to create IMDB for Open source projects | news.ycombinator.com | 2024-04-15
  • 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

  • Graphite

    A highly scalable real-time graphing system

  • Cabot

    Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty

  • 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.

  • 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).

Django related posts

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

    8 projects | news.ycombinator.com | 23 Apr 2024
  • The UX of UUIDs

    10 projects | news.ycombinator.com | 11 Apr 2024
  • Ask HN: Who wants to be hired? (April 2024)

    6 projects | news.ycombinator.com | 1 Apr 2024
  • Unfold: Modern Django admin theme for seamless interface development

    1 project | news.ycombinator.com | 31 Mar 2024
  • Phase: HashiCorp Vault and AWS Secrets Manager Alternative for Developers

    1 project | news.ycombinator.com | 24 Mar 2024
  • Phase: HashiCorp Vault and AWS Secrets Manager Alternative for Developers

    1 project | news.ycombinator.com | 24 Mar 2024
  • Sandboxing Python with Win32 App Isolation

    1 project | news.ycombinator.com | 14 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 11 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? This list will help you:

Project Stars
1 Django 77,009
2 awesome-cheatsheets 37,691
3 Sentry 37,011
4 django-rest-framework 27,543
5 plane 24,215
6 Wagtail 17,279
7 paperless-ngx 17,064
8 awx 13,460
9 Zappa 11,900
10 cookiecutter-django 11,591
11 django-cms 9,925
12 doccano 9,014
13 django-allauth 8,935
14 awesome-django 8,530
15 Healthchecks 7,369
16 librephotos 6,545
17 django-ninja 6,268
18 pyinstrument 6,181
19 django-oscar 6,099
20 Graphite 5,850
21 Cabot 5,563
22 Recipes 4,996
23 authlib 4,289

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