app-generator / django-material-dashboard_p

Django Admin Material - Playground Project | AppSeed

Home Page:https://django-material-dashboard.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-source Django project crafted on top of Material Dashboard, an open-source Boostrap 5 design from Creative-Tim The product is designed to deliver the best possible user experience with highly customizable feature-rich pages. Material Material has easy and intuitive responsive design whether it is viewed on retina screens or laptops.


Features:


Material Dashboard - Full-Stack Starter generated by AppSeed.


Manual Build

πŸ‘‰ Download the code

$ git clone https://github.com/app-generator/django-material-dashboard.git
$ cd django-material-dashboard

πŸ‘‰ Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

πŸ‘‰ Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

πŸ‘‰ Create the Superuser

$ python manage.py createsuperuser

πŸ‘‰ Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Screenshots

This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design inspired by Google's Material Design. Material Dashboard is built with over 60 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.


Django Admin Material - Admin Section

Django Admin Material Dashboard - Admin dashboard page.


Django Admin Material - Admin Widgets

Django Admin Material Dashboard - New User Page.



Django Material Dashboard - Minimal Django core provided by AppSeed

About

Django Admin Material - Playground Project | AppSeed

https://django-material-dashboard.onrender.com

License:Other


Languages

Language:Python 93.2%Language:Dockerfile 4.5%Language:Shell 2.3%