All Projects → lorenzomorandini → Django Admin Material

lorenzomorandini / Django Admin Material

Licence: mit
A Django Admin interface based on Material Design by Google

Projects that are alternatives of or similar to Django Admin Material

Django Material Admin
Material design for django administration
Stars: ✭ 163 (+120.27%)
Mutual labels:  django, django-admin, material
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (+698.65%)
Mutual labels:  django, django-admin
Django Pagedown
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Stars: ✭ 500 (+575.68%)
Mutual labels:  django, django-admin
Django Blogging System
This is blog system created using Django 1.11.4 and Python3
Stars: ✭ 11 (-85.14%)
Mutual labels:  django, django-admin
Django Flat Theme
A flat theme for Django admin interface. Modern, fresh, simple.
Stars: ✭ 415 (+460.81%)
Mutual labels:  django, django-admin
Django Nested Admin
Django admin classes that allow for nested inlines
Stars: ✭ 463 (+525.68%)
Mutual labels:  django, django-admin
Django Phantom Theme
Phantom is theme for django admin with many widgets, based on Twitter bootstrap 3.x.
Stars: ✭ 18 (-75.68%)
Mutual labels:  django, django-admin
Djangocms Admin Style
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Stars: ✭ 282 (+281.08%)
Mutual labels:  django, django-admin
Requery
Store e run queries on database to help system manager of a Django website
Stars: ✭ 12 (-83.78%)
Mutual labels:  django, django-admin
Django Suit Daterange Filter
Filter for django-admin allowing lookups by date range
Stars: ✭ 13 (-82.43%)
Mutual labels:  django, django-admin
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-72.97%)
Mutual labels:  django, django-admin
Django Object Actions
A Django app for easily adding object tools in the Django admin
Stars: ✭ 374 (+405.41%)
Mutual labels:  django, django-admin
Django Cruds Adminlte
django-cruds is simple drop-in django app that creates CRUD for faster prototyping
Stars: ✭ 373 (+404.05%)
Mutual labels:  django, django-admin
Django Ordered Model
Get your Django models in order
Stars: ✭ 476 (+543.24%)
Mutual labels:  django, django-admin
Awesome Django Admin
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
Stars: ✭ 356 (+381.08%)
Mutual labels:  django, django-admin
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+963.51%)
Mutual labels:  django, django-admin
Django Polymorphic
Improved Django model inheritance with automatic downcasting
Stars: ✭ 1,135 (+1433.78%)
Mutual labels:  django, django-admin
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+258.11%)
Mutual labels:  django, django-admin
Django Page Cms
Official Django page CMS git repository
Stars: ✭ 277 (+274.32%)
Mutual labels:  django, django-admin
Django Oml
Object Moderation Layer
Stars: ✭ 12 (-83.78%)
Mutual labels:  django, django-admin

=============== django-admin-material

django-admin-material is a different style for Django Admin. It is based on Material Design by Google https://material.io

The framework used is Materialize CSS https://materializecss.com

NOTE: This project is still under development. Feel free to contribute and open new issues if you find any problem. I will release the version 1.0.0 once it becomes stable and production ready.

Installation

  1. Install using::

    pip install django-admin-material

  2. Add "django_admin_material" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'django_admin_material', ]

It should be as high as possible, definetly higher than 'django.contrib.admin'

Demo

  1. Download/clone this repository

  2. Run (possibly in a virtual environment)::

    pip install -r requirements.txt

  3. Run::

    ./reset_db.sh

It will install the necessary migration and fixtures

  1. Run::

    python3 manage.py runserver

  2. Visit http://localhost:8000/admin

  3. Log in using "admin:admin"

Examples

.. image:: docs/images/dashboard.png :width: 600

.. image:: docs/images/changelist.png :width: 600

.. image:: docs/images/form.png :width: 600

.. image:: docs/images/inline.png :width: 600

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].