Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.42 KB

README.rst

File metadata and controls

53 lines (35 loc) · 1.42 KB

examples-django-material-admin

A example for use Django Admin and MaterializeCSS support with material-admin.

Features

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 runserver

You 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/

My Django Admin with MaterializeCSS support

Reference