Skip to content

macagua/example.django.material-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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