Material design for Django.
- Django-Material 1.10.x compatible with Django 2.2/3.0/3.1/3.2/4.0
- Django-Material 1.[8,9].x compatible with Django 1.11/2.0/2.1/2.2/3.0/3.1/3.2
- Django-Material 1.7.x compatible with Django 1.11/2.0/2.1/2.2/3.0/3.1
- Django-Material 1.6.x compatible with Django 1.11/2.0/2.1/2.2/3.0
- Django-Material 1.[3,4,5].x compatible with Django 1.11/2.0/2.1/2.2
- Django-Material 1.2.x compatible with Django 1.11/2.0
- Django-Material 1.1.x compatible with Django 1.8/1.9/1.10/1.11
Tested with:
- Forms - New way to render django forms
- Strong python/html code separation
- Easy redefinition of particular fields rendering
- Complex form layout support
- Frontend - Quick starter template for modular admin-line applications development
To checkout and run open source demo version locally, you need to have git and tox tools installed.
git clone https://github.com/viewflow/django-material.git
cd django-material
TOXENV=py36-dj111 tox -- python manage.py migrate --settings=demo.settings
TOXENV=py36-dj111 tox -- python manage.py loaddata demo/fixtures/* --settings=demo.settings
TOXENV=py36-dj111 tox -- python manage.py runserver --settings=demo.settings
Then you can go to https://127.0.0.1:8000/integration/ and login with admin:admin username and password to the demo site.
https://docs.viewflow.io/material_forms.html
Django Material is an Open Source project licensed under the terms of the BSD3 license
Django Material Pro with additional features has a commercial-friendly license. Check http:viewflow.io/pro/ for details.
- Drop support for python 2.7
- Drop support for Django 1.11, Django 2.0, Django 2.1
- Add support for Django 4.0
- Keep viewset.queryset for detai and delete views
- Improve multiple ajax select
- Speed up model List View