https://github.com/macagua/example.django.material-admin
A example for Django 3 with material-admin
https://github.com/macagua/example.django.material-admin
django-admin-theme django-application django-example examples examples-python materialize materializecss
Last synced: 8 months ago
JSON representation
A example for Django 3 with material-admin
- Host: GitHub
- URL: https://github.com/macagua/example.django.material-admin
- Owner: macagua
- License: gpl-3.0
- Created: 2020-05-10T22:49:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:56:44.000Z (8 months ago)
- Last Synced: 2025-02-26T11:38:35.945Z (8 months ago)
- Topics: django-admin-theme, django-application, django-example, examples, examples-python, materialize, materializecss
- Language: Python
- Homepage: https://github.com/MaistrenkoAnton/django-material-admin/blob/master/README.rst
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============================
examples-django-material-admin
==============================A example for use `Django Admin`_ and `MaterializeCSS`_ support with `material-admin`_.
Features
========- `Django`_ project 3 version.
- Todo demonstration App.
- `Django Admin`_ with `MaterializeCSS`_ support.
Installation
============::
$ git clone https://github.com/macagua/examples-django-material-admin.git
$ cd material-admin/
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ cd djangomaterial
$ python manage.py migrate
$ python manage.py createsuperuser --username admin --email admin@mail.com
$ python manage.py runserverYou can see the Django project default here http://127.0.0.1:8000/
You can see the Django Admin default app default here http://127.0.0.1:8000/admin/
.. image:: https://raw.githubusercontent.com/macagua/examples-django-material-admin/master/docs/_static/screenshot.png
:height: 485px
:width: 800px
:alt: My Django Admin with MaterializeCSS support
:align: rightReference
=========- `Quick start tutorial `_.
.. _`material-admin`: https://pypi.org/project/django-material-admin/
.. _`Django`: https://docs.djangoproject.com/en/3.0/
.. _`Django Admin`: https://docs.djangoproject.com/en/3.0/ref/contrib/admin/
.. _`MaterializeCSS`: http://materializecss.com/