🌐
GitHub
github.com › topics › django-project
django-project · GitHub Topics · GitHub
markdown django markdown-editor pagedown django-admin django-project django-pagedown ... This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
🌐
GitHub
github.com › django › djangoproject.com
GitHub - django/djangoproject.com: Source code to djangoproject.com · GitHub
For docs, download the documentation (takes awhile): docker compose exec -it web python -m manage update_docs · View the docs at http://docs.djangoproject.localhost:8000/. pre-commit is a framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks. prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free ...
Starred by 2K users
Forked by 1.1K users
Languages   Python 43.7% | PostScript 38.6% | HTML 11.1% | SCSS 5.2% | JavaScript 1.0% | Jinja 0.2%
Discussions

I'd like to look at well written Django projects.
This gets asked frequently. Please consider searching before asking in the future. Here are the first few examples of the same post I found in a couple minutes. https://www.reddit.com/r/django/comments/5ac59y/django_projects_with_open_source_code_on/ https://www.reddit.com/r/django/comments/s77rnt/django_project_on_github_to_learn_from_django/ https://www.reddit.com/r/django/comments/adxo6u/whats_the_best_example_of_django_best_practices/ https://www.reddit.com/r/django/comments/lv31px/any_open_source_drf_projects/ https://www.reddit.com/r/django/comments/n842st/is_there_a_public_repo_that_shows_productionlevel/ https://www.reddit.com/r/django/comments/132sqk1/any_python_stars_to_follow_in_twitter_and_github/ https://www.reddit.com/r/django/comments/12z80vs/i_want_to_read_good_python_code_where_can_i_find/ https://www.reddit.com/r/django/comments/rrcj0m/any_enterprise_level_open_source_django_project/ https://www.reddit.com/r/django/comments/xf1agk/suggest_some_opensource_django_projects_to_get/ https://www.reddit.com/r/django/comments/10epg4m/open_source_django_projects_for_study/ https://www.reddit.com/r/django/comments/tkyql/good_open_source_django_projects_for_learning/ https://www.reddit.com/r/django/comments/3c22cv/good_places_to_start_reading_the_django_source/ https://www.reddit.com/r/django/comments/boe2bk/i_would_like_to_see_a_big_django_codebase/ https://www.reddit.com/r/django/comments/1c5u23/excellent_open_source_django_projects_to_learn/ https://www.reddit.com/r/django/comments/uip38y/can_you_list_some_opensource_modern_djangopowered/ https://www.reddit.com/r/django/comments/hco6an/best_django_drf_open_source_projects_to_read/ https://www.reddit.com/r/django/comments/rtl0ij/where_can_i_find_real_world_django_projects_to/ https://www.reddit.com/r/django/comments/mwb14d/need_a_medium_sized_open_source_django_project/ https://www.reddit.com/r/django/comments/12bibfi/djangorest_open_source_project_to_simulate_real/ https://www.reddit.com/r/django/comments/119zrwd/looking_for_enterprisegrade_examples/ https://www.reddit.com/r/django/comments/dfkxq3/quality_opensource_projects_to_learn_from/ https://www.reddit.com/r/django/comments/eq7yoh/djangodrf_open_source_projects_to_learn_from_as/ Etc, etc, etc More on reddit.com
🌐 r/django
21
79
May 1, 2023
Django github projects
I’m building a self insurance platform where I’ve mostly adhered to django best practices. Been using django for like 6 years now. https://github.com/daxaxelrod/open_insure More on reddit.com
🌐 r/django
19
21
May 26, 2023
Django projects with open source code on github(websites and apps, not library)
All of the Django based CMS are standalone apps: wagtail, django-cms, feincms, mezzanine Taiga project management https://github.com/taigaio/taiga-back There are several forum apps, e.g.: https://github.com/nitely/Spirit https://github.com/stephenmcd/drum There are a few simple (simplistic?) helpdesk webapps, e.g.: https://github.com/ookami-kb/django-simple-helpdesk https://github.com/orges/itsy/ Mozilla Add Ons https://github.com/mozilla/addons-server Mayan doc management system https://github.com/mayan-edms/mayan-edms/ Some more randomly: https://github.com/healthchecks/healthchecks https://github.com/adamalton/django-csp-reports More on reddit.com
🌐 r/django
18
28
October 31, 2016
What are some well coded Django projects on GitHub?

I feel there are simply too many apps. It would be best to find some you have already worked with and read code of those. Still, here are my three recommendations:

  • simple reusable django-registration app

  • large site built on django called NewsBlur

  • and finally django itself, I think this would help you a lot...

I think those three cover everything from small app to site to internal details of django

More on reddit.com
🌐 r/learnpython
13
44
April 12, 2016
People also ask

How do I install Django for my python django projects?
Installation is simple using Python's package manager. Open your terminal and run pip install django. It is highly recommended to do this inside a virtual environment to manage dependencies separately for each project, ensuring different applications do not conflict with one another.
🌐
upgrad.com
upgrad.com › home › blog › software development › top 30 django project ideas for beginners and professionals
Django Projects on Github [For Beginners & Experienced]
How do I deploy my python django projects to the web?
Deployment involves hosting your code on a server. Platforms like Heroku, PythonAnywhere, or AWS Elastic Beanstalk are popular choices. You will need to configure a WSGI server (like Gunicorn) and serve static files efficiently to ensure your project runs smoothly for public users.
🌐
upgrad.com
upgrad.com › home › blog › software development › top 30 django project ideas for beginners and professionals
Django Projects on Github [For Beginners & Experienced]
How does the MVT architecture work in python django projects?
MVT stands for Model-View-Template. The Model handles the database, the View executes the business logic, and the Template renders the HTML. This separation of concerns ensures that your project remains organized, maintainable, and scalable as it grows in complexity.
🌐
upgrad.com
upgrad.com › home › blog › software development › top 30 django project ideas for beginners and professionals
Django Projects on Github [For Beginners & Experienced]
🌐
GitHub
github.com › Manisha-Bayya › simple-django-project
GitHub - Manisha-Bayya/simple-django-project: A simple Django project which uses MySQL as database. It has Signup, Login, Logout functionality. It lets you search for countries, cities, languages from the default mysql dump. Django's user table has been overridden to store user information. · GitHub
Reference: https://docs.python-guide.org/starting/installation/ Install mysql-8.0.15. Follow the steps form the below reference document based on your Operating System. Reference: https://dev.mysql.com/doc/refman/5.5/en/ # Install virtual environment sudo pip install virtualenv # Make a directory mkdir envs # Create virtual environment virtualenv ./envs/ # Activate virtual environment source envs/bin/activate · git clone "https://github.com/Manisha-Bayya/simple-django-project.git"
Starred by 191 users
Forked by 143 users
Languages   Python 63.0% | HTML 30.8% | JavaScript 6.2%
🌐
GitHub
github.com › ianshulx › Django-Projects-for-beginners
GitHub - ianshulx/Django-Projects-for-beginners: Open source Django Project repository for beginners. @Hacktoberfest @Django · GitHub
Open source Django Project repository for beginners. @Hacktoberfest @Django - ianshulx/Django-Projects-for-beginners
Starred by 355 users
Forked by 286 users
Languages   JavaScript 70.0% | CSS 12.1% | HTML 10.9% | Python 5.7% | Jupyter Notebook 1.2% | Less 0.1%
🌐
GitHub
github.com › django › django
GitHub - django/django: The Web framework for perfectionists with deadlines. · GitHub
The Web framework for perfectionists with deadlines. - django/django
Starred by 87.3K users
Forked by 33.8K users
Languages   Python 97.2% | Jinja 1.3% | JavaScript 1.0% | CSS 0.5% | Shell 0.0% | Smarty 0.0%
🌐
FreeProjectz
freeprojectz.com › django-projects
Django Projects Download With Source Code, Database and Reports
Students can download Django academic projects with source code and databases, and they can also obtain numerous ideas on project topics from the provided list. This category includes free projects in Python projects with source code free download, final year Django projects, and instructional Django projects for computer science students.
🌐
GitHub
github.com › django
Django · GitHub
The Django project home page. The awesome docs for the current version. ... And since you're on GitHub, the contributing guide, for getting involved.
Find elsewhere
🌐
Upgrad
upgrad.com › home › blog › software development › top 30 django project ideas for beginners and professionals
Django Projects on Github [For Beginners & Experienced]
December 6, 2025 - You use the Django REST Framework (DRF) to build an API backend, while React or Vue.js consumes that data on the frontend. This setup powers many modern, high-performance python django projects. For the projects in this blog, the source code is at last of the blog. For other projects, Platforms like GitHub and GitLab are treasure troves of open-source repositories.
🌐
GitHub
github.com › topics › django-website
django-website · GitHub Topics · GitHub
Sample full-featured e-commerce application built using Python Django for the backend and Bootstrap for the frontend. css python html bootstrap django django-application eshop django-shop online-shop django-website django-project sample-django django-views eccomerce django-ecommerce python-app django-web-application django-webapp
🌐
CodeAstro
codeastro.com › home › django projects
Django Projects Archives - CodeAstro
Free Download Django Projects with Source Code. Python Projects with Django Web Framework Source Code at CodeAstro. Open Source Django Projects Source Code.
🌐
GitHub
github.com › topics › django-web-application
django-web-application · GitHub Topics · GitHub
Sample full-featured e-commerce application built using Python Django for the backend and Bootstrap for the frontend. css python html bootstrap django django-application eshop django-shop online-shop django-website django-project sample-django django-views eccomerce django-ecommerce python-app django-web-application django-webapp
🌐
Plain English
plainenglish.io › home › blog › django › top 25 django projects with free source code
Top 25 Django Projects with Free Source Code
December 9, 2023 - Our Python Django projects are designed with beginners in mind. They come with source code, which means you can download them, study the code, and modify it to fit your unique requirements.
🌐
GitHub
github.com › jobic10 › student-management-using-django
GitHub - jobic10/student-management-using-django: A Student Management System Created Using Django · GitHub
This is a Simple Student Management System Developed While Learning Django. Feel free to make changes based on your requirements.
Starred by 394 users
Forked by 186 users
Languages   Python
🌐
GitHub
github.com › topics › django
django · GitHub Topics · GitHub
python django views framework orm web apps templates models ... 🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.
🌐
GitHub
github.com › topics › django-projects
django-projects · GitHub Topics · GitHub
This project is clone version of Google Classroom.Feel Free to contribute here. django google zooming bangladesh python-django google-classroom google-meet zencode online-classroom zoom-meeting online-classes online-meeting google-classroom-clone yeazin yeasin zooming-cls django-projects zencode-bd ... Mini Chat GPT is a full-stack web application built using React, Django, Django Rest Framework, and ...
🌐
PHPGurukul
phpgurukul.com › home › python django project with source code for beginners & studentspython projects free download
Python Django Project with source code for beginners & Students | Python Django Projects free Download with source code
January 7, 2024 - Getting started with Django and Python is something every learner, professional, or anyone interested in software development can get to appreciate from the projects below. Thank you for stopping by, and happy coding! Python Projects Free Download with source Code, Python Django Project with ...
🌐
GitHub
github.com › wsvincent › djangoforbeginners
GitHub - wsvincent/djangoforbeginners: Source code for Django For Beginners, Fifth Edition. · GitHub
Source code for Django For Beginners, Fifth Edition. - wsvincent/djangoforbeginners
Starred by 1.4K users
Forked by 600 users
Languages   JavaScript 32.4% | Python 32.2% | CSS 27.2% | HTML 8.2%
🌐
Reddit
reddit.com › r/django › i'd like to look at well written django projects.
r/django on Reddit: I'd like to look at well written Django projects.
May 1, 2023 -

I'm looking for really well built Django projects so I can analyze file structure and code to derive good practices.

Post some repos please :)

Top answer
1 of 5
70
This gets asked frequently. Please consider searching before asking in the future. Here are the first few examples of the same post I found in a couple minutes. https://www.reddit.com/r/django/comments/5ac59y/django_projects_with_open_source_code_on/ https://www.reddit.com/r/django/comments/s77rnt/django_project_on_github_to_learn_from_django/ https://www.reddit.com/r/django/comments/adxo6u/whats_the_best_example_of_django_best_practices/ https://www.reddit.com/r/django/comments/lv31px/any_open_source_drf_projects/ https://www.reddit.com/r/django/comments/n842st/is_there_a_public_repo_that_shows_productionlevel/ https://www.reddit.com/r/django/comments/132sqk1/any_python_stars_to_follow_in_twitter_and_github/ https://www.reddit.com/r/django/comments/12z80vs/i_want_to_read_good_python_code_where_can_i_find/ https://www.reddit.com/r/django/comments/rrcj0m/any_enterprise_level_open_source_django_project/ https://www.reddit.com/r/django/comments/xf1agk/suggest_some_opensource_django_projects_to_get/ https://www.reddit.com/r/django/comments/10epg4m/open_source_django_projects_for_study/ https://www.reddit.com/r/django/comments/tkyql/good_open_source_django_projects_for_learning/ https://www.reddit.com/r/django/comments/3c22cv/good_places_to_start_reading_the_django_source/ https://www.reddit.com/r/django/comments/boe2bk/i_would_like_to_see_a_big_django_codebase/ https://www.reddit.com/r/django/comments/1c5u23/excellent_open_source_django_projects_to_learn/ https://www.reddit.com/r/django/comments/uip38y/can_you_list_some_opensource_modern_djangopowered/ https://www.reddit.com/r/django/comments/hco6an/best_django_drf_open_source_projects_to_read/ https://www.reddit.com/r/django/comments/rtl0ij/where_can_i_find_real_world_django_projects_to/ https://www.reddit.com/r/django/comments/mwb14d/need_a_medium_sized_open_source_django_project/ https://www.reddit.com/r/django/comments/12bibfi/djangorest_open_source_project_to_simulate_real/ https://www.reddit.com/r/django/comments/119zrwd/looking_for_enterprisegrade_examples/ https://www.reddit.com/r/django/comments/dfkxq3/quality_opensource_projects_to_learn_from/ https://www.reddit.com/r/django/comments/eq7yoh/djangodrf_open_source_projects_to_learn_from_as/ Etc, etc, etc
2 of 5
27
Just wanna call out the US Consumer Financial Protection Bureau's Github account. My favorite part is all the tests they write, that's some good shit right there. Thanks, CFPB!
🌐
Free Projects Codes
freeprojectscodes.com › home › python › django projects
Django Projects projects download - free projects codes
Download Free Open Source code Projects using Python with Django Framework. complete project download in python with Django framework.
🌐
GitHub
github.com › wsvincent › awesome-django
GitHub - wsvincent/awesome-django: A curated list of awesome things related to Django · GitHub
PyVideo - PyVideo is an index of Python related media. For a complete listing of in-print books, check out DjangoBook.com. ... django-docker-template - Dockerized Django with Postgres, Gunicorn, and Traefik (with auto-renew Let's Encrypt). django-startproject - Django start project template with batteries.
Starred by 11.1K users
Forked by 1.5K users
Languages   Python 90.9% | Just 3.6% | SCSS 2.8% | HTML 2.4% | Ruby 0.3%