Free Django Dashboard - MaterialPRO Lite
Open-source Django Dashboard crafted by AppSeed on top of a pixel-perfect Material-Based design. Django MaterialPro Lite can be downloaded from Github, without a registration lock.
This article presents an open-source Django Dashboard generated by the AppSeed platform on top of a pixel-perfect Material-Based design. The product comes with a simple, intuitive codebase, authentication, database, and deployment scripts via Docker. For newcomers, Django is a leading web framework crafted in Python by experienced developers using a batteries-included
concept and actively supported by an impressive open-source
community. Thanks for reading!
- Django MaterialPRO Lite - product page
- Django MaterialPRO Lite - LIVE Demo
- More Django Dashboards - index provided by AppSeed
Product Features
This open-source Django Dashboard comes with a few useful features that might help beginners (and not only) to code faster a new dashboard project without losing time with a few repetitive tasks like setting up the project, prepare the UI, and code the deployment scripts. Django MaterialPro Lite offers out-of-the-box
a short-list with features that solve all the above case-cases:
- Up-to-date dependencies: Django 3.2.6 LTS
- SCSS compilation via Gulp
- SQLite Database, Django Native ORM
- Session-Based Authentication, Forms validation
- Deployment scripts: Docker, Gunicorn / Nginx
Probably the most easier way to see this seed project in action is to execute the Docker setup:
Step #1 - Clone the source code
Step #2 - Execute in Docker
Once all the above commands are executed, the project should be visible in the browser and we should be able to interact with the UI, create users, and access the private pages.
Django MaterialPro Lite - Maps Page
How to compile from sources
In case Docker is not installed in the workstation, we can build the product using the classic workflow: clone sources, install modules, set up the database, and start the app using Django WSGI embedded server. In order to complete this phase, make sure you have a minimal programming kit installed in the workstation and accessible via the terminal: Python3, GIT, and a modern code editor like Atom
or VsCode
.
Step #1 - Download sources from the public repository
Step #2 - Install modules using a virtual environment
Step #3 - Set up the database
Step #4 - Start the project (development mode)
If all goes well we should see the project running in the browser on the address http://localhost:8000
:
Thanks for reading! For more resources, feel free to access:
- Open-Source Dashboards - index provided by AppSeed.
- Full-stack React Apps - free & commercial products