Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/app-generator/django-5-release-free-samples

Django 5.0 Release - Open-Source Samples | AppSeed
https://github.com/app-generator/django-5-release-free-samples

django django-5-release django-5-samples django-5x-release django-v5 django-v5-release django-v5-samples django5-free-samples django5-opensource-samples

Last synced: 18 days ago
JSON representation

Django 5.0 Release - Open-Source Samples | AppSeed

Awesome Lists containing this project

README

        

# [Django 5 Release & Free Samples](https://blog.appseed.us/django-5-release-summary-and-sample/)

As [announced](https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released) on the official **Django** site, the [Django 5 Release](https://blog.appseed.us/django-5-release-summary-and-sample/) is out. For newcomers, **Django** is a high-level Python web framework that simplifies and accelerates web development by providing a robust set of tools, libraries, and conventions. It emphasizes rapid development, clean and pragmatic design, and follows the "Don't Repeat Yourself" (DRY) principle.

Since its first release in 2003, Django has been continuously improved by a super-active community where all the new features are discussed, voted, implemented, and later released.

![Django 5 Release - Highlights & Free Samples provided by AppSeed.](https://github.com/app-generator/django-5-release-free-samples/assets/51070104/a51c4739-a0e0-4c23-9312-d41e764bf43b)


## `Django v5 Release` Changes

Django's history is characterized by its commitment to simplicity, best practices, and robustness. It has evolved to adapt to the changing landscape of web development while maintaining a strong focus on developer productivity and code quality.

> ✅ Python Compatibility

**Django 5.x** supports Python 3.10, 3.11, and **3.12**. Please note the 4.2.x versions are the last to support Python 3.8 and 3.9.

> ✅ Facet filters in the admin

[Facet](https://docs.djangoproject.com/en/dev/ref/contrib/admin/filters/?ref=blog.appseed.us#facet-filters) counts are now shown for applied filters in the admin change list when toggled on via the UI. This behavior can be changed via the new [ModelAdmin.show_facets](https://docs.djangoproject.com/en/dev/ref/contrib/admin/?ref=blog.appseed.us#django.contrib.admin.ModelAdmin.show_facets) attribute.

> ✅ Simplified templates for form field rendering

**Django 5.x** introduces [two new concepts that simplify the rendering](https://docs.djangoproject.com/en/dev/topics/forms/?ref=blog.appseed.us#reusable-field-group-templates) of the related elements of a Django form field such as its label, widget, help text, and errors.

- **field group**
- **field group templates**

> ✅ Database-computed default values

The new field added, [Field.db_default](https://docs.djangoproject.com/en/dev/ref/models/fields/?ref=blog.appseed.us#django.db.models.Field.db_default), parameter sets a database-computed default value.

> ✅ Database generated model field

The new [GeneratedField](https://docs.djangoproject.com/en/dev/ref/models/fields/?ref=blog.appseed.us#django.db.models.GeneratedField) allows the creation of database-generated columns.


**The complete Release Note** for `Django v5` can be found [here](https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/).

The below section provides a curated list of open-source starters that use already **Django 5**


## [Django v5 Datta Able](https://github.com/app-generator/django-v5-datta-able)

The **[Django Dashboard](https://appseed.us/admin-dashboards/django/)** uses the version `Django==5.0a1`, and is also configured with an **API Generator**, **Dynamic DataTables** module, Docker, and **CI/Cd Flow** for `Render` and `DeployPRO`.
UI is provided by `CodedThemes`, a well-known design agency on top of `Datta Able` design.

- 👉 [Django v5.x Datta Able](https://github.com/app-generator/django-v5-datta-able) - `Source Code`
- 👉 [Django v5.x Datta Able](https://django-v5-datta.onrender.com/) - `LIVE Demo`

![Django v5 Datta Able (enhanced with dark mode) - Open-Source Seed project generated by AppSeed.](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)


## [Django v5 Soft Dashboard](https://github.com/app-generator/django-v5-soft-dashboard)

Open-source **[Django Dashboard](https://appseed.us/admin-dashboards/django/)** crafted on top of **Soft UI Dashboard**, an open-source `Bootstrap 5` design from `Creative-Tim`.
Designed for those who like bold elements and beautiful websites. Made of hundreds of elements, designed blocks and fully coded pages, `Soft UI Dashboard` is ready to help you create stunning websites and web apps.

- 👉 Read more about **[Django 5 Release Highlights](https://blog.appseed.us/django-5-release-summary-and-sample/)**
- 🚀 See more **[Open-source Django 5 Starters](https://github.com/app-generator/django-5-release-free-samples)**

![Django v5 Admin Soft - Template project for Django provided by AppSeed.](https://user-images.githubusercontent.com/51070104/215729207-5cce250e-54da-4712-89a9-c1fd6b0a149e.png)


## [Django v5 Volt Dashboard](https://github.com/app-generator/django-v5-volt-dashboard)

Open-source **[Django Dashboard](https://appseed.us/admin-dashboards/django/)** built on top of a modern design. **Volt Dashboard** is a free and open source `Bootstrap 5` Admin Dashboard featuring over 100 components, 11 example pages and 3 plugins with Vanilla JS. There are over 100 free Bootstrap 5 components included, including buttons, alerts, modals, and date pickers.

- 👉 Read more about **[Django 5 Release Highlights](https://blog.appseed.us/django-5-release-summary-and-sample/)**
- 🚀 See more **[Open-source Django 5 Starters](https://github.com/app-generator/django-5-release-free-samples)**

![Django v5 Volt Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)

## [What IS Django](https://docs.appseed.us/content/what-is/django/)

[Django](https://www.djangoproject.com/) is a high-level Python web framework that simplifies and accelerates web development by providing a robust set of tools, libraries, and conventions.

Since its first release in 2003, Django has been continuously improved by a super-active community where all the new features are discussed, voted, implemented, and later released.

Django's history is characterized by its commitment to simplicity, best practices, and robustness. It has evolved to adapt to the changing landscape of web development while maintaining a strong focus on developer productivity and code quality.

---
[Django 5 Release & Free Samples](https://blog.appseed.us/django-5-release-summary-and-sample/) - Open-Source and Free samples provided by AppSeed.