Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viewflow/django-material
Material Design for Django
https://github.com/viewflow/django-material
admin crud django form material-design materializecss
Last synced: about 1 month ago
JSON representation
Material Design for Django
- Host: GitHub
- URL: https://github.com/viewflow/django-material
- Owner: viewflow
- License: bsd-3-clause
- Archived: true
- Created: 2015-01-16T07:17:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T05:51:10.000Z (9 months ago)
- Last Synced: 2024-04-17T05:45:08.436Z (7 months ago)
- Topics: admin, crud, django, form, material-design, materializecss
- Language: CSS
- Homepage: http://viewflow.io/
- Size: 26.8 MB
- Stars: 2,483
- Watchers: 90
- Forks: 424
- Open Issues: 27
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-django-admin - Django-material
- awesome-django-cn - django-material, star:1037 - Material 风格的 Django 表单和管理界面。是模板驱动的。 (管理界面)
- awesome-django - django-material
- awesome-django - django-material
- starred-awesome - django-material - Material Design for Django (CSS)
README
===============
Django Material
===============Material design for Django.
IN ORDER TO REDUCE MAINTENANCE COST, THE PACKAGE FUNCTIONALITY HAS BEEN MOVED INTO THE django-viewflow
PLEASE, CONSIDE TO UPGRADE
$ pip install django-viewflow>=2.0.0b1
`Django‐Material and Viewflow 1.x migration Guide `_
.. image:: https://img.shields.io/pypi/v/django-material.svg
:target: https://pypi.python.org/pypi/django-material
.. image:: https://img.shields.io/pypi/wheel/django-material.svg
:target: https://pypi.python.org/pypi/django-material
.. image:: https://img.shields.io/pypi/status/django-material.svg
:target: https://pypi.python.org/pypi/django-material
.. image:: https://travis-ci.org/viewflow/django-material.svg
:target: https://travis-ci.org/viewflow/django-material
.. image:: https://img.shields.io/pypi/pyversions/django-material.svg
:target: https://pypi.python.org/pypi/django-material
.. image:: https://img.shields.io/pypi/l/Django.svg
:target: https://raw.githubusercontent.com/viewflow/django-material/master/LICENSE.txt
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/viewflow/django-material
:target: https://gitter.im/viewflow/django-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge- 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.11Tested with:
.. image:: demo/static/img/browserstack_small.png
:target: http://browserstack.com/Overview
========- 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
.. image:: .screen.png
:width: 400pxDemo
====http://forms.viewflow.io/
To checkout and run open source demo version locally, you need to have
`git `_ and `tox
`_ tools installed... code:: bash
git clone https://github.com/viewflow/django-material.git
cd django-materialTOXENV=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.settingsThen you can go to http://127.0.0.1:8000/integration/ and login with
`admin:admin` username and password to the demo site.Documentation
=============http://docs.viewflow.io/material_forms.html
License
=======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.
Changelog
=========1.10.0 2021-11-12
------------------- 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