DEV Community

Cover image for AdminLTE - Open-Source Django Starter
Sm0ke
Sm0ke

Posted on • Updated on • Originally published at appseed.us

AdminLTE - Open-Source Django Starter

Hello Coders!

This article presents AdminLTE Django, an open-source Django Dashboard crafted on top of the latest stable version of AdminLTE, an iconic Material UI design.

The product, available for download on Github under the MIT License, has been updated recently to use the latest Django version (3.2.6 LTS), SASS compilation via Gulp, and improved Docker scripts.

AdminLTE - Open-source Django Dashboard, the calendar page.


Probably the simplest way to get the product up & running in a local environment is to use the Docker setup as presented by the official product documentation and README file (saved on Github).


Step #1 - Download the sources from the product page

$ unzip django-dashboard-adminlte.zip
$ cd django-dashboard-adminlte
Enter fullscreen mode Exit fullscreen mode

Step #2 - Start AdminLTE Django in Docker

$ docker-compose up --build
Enter fullscreen mode Exit fullscreen mode

Once all commands are executed we should see this simple Django dashboard running in the browser:


AdminLTE - Open-source Django Dashboard Login Page.


AdminLTE - Charts Page

AdminLTE - Open-source Django Dashboard Charts Page.


Product Features

This new release of AdminLTE Django comes with an important update regarding the dependencies and other (less) important but useful features:

  • Dependencies Update: latest Django 3.2.6 LTS
  • SASS compilation scripts via Gulp
  • Docker - improved scripts
  • Codebase refactoring for easier maintenance
  • Free support via Discord and Github (issues tracker)

Thanks for reading! For more resources, feel free to access:

Top comments (7)

Collapse
 
uithemes profile image
ui-themes • Edited

Thank you for this project!
Docker seems to be a little bit slow on windows.

Collapse
 
sm0ke profile image
Sm0ke

Thanks for using the product!
You are runnign the starter on native Windows or WSL?

Collapse
 
uithemes profile image
ui-themes

Native, I don't have a WSL installed.

Thread Thread
 
sm0ke profile image
Sm0ke

Pleas open an issue on Github with more information regarding your ENV.
I will make a quick test and get back to u.
Thanks!

Collapse
 
crearesite profile image
WebsiteMarket

Great OSS design.

Collapse
 
sm0ke profile image
Sm0ke

🚀🚀

Collapse
 
gillarohith profile image
Rohith Gilla

Really good