Argon Dashboard BS5 - Free Theme for Django

Sm0ke - Nov 11 '22 - - Dev Community

Hello Coders!

This article presents Argon, an open-source PyPi Package that integrates a pixel-perfect design from Creative-Tim in Django. The product aims to install to any Django project a modern design with a minimal configuration effort. Might be important to say that the product covers the admin section (reserved for superusers) but is also usable in the public space for common users.

Thanks for reading! 🚀


As mentioned in the project README, in order to use the theme we need to execute two simple steps:

Step #1 - Install the package via PIP

$ pip install django-admin-argon-dashboard
Enter fullscreen mode Exit fullscreen mode

Step #2 - Configure the project to use the design

    INSTALLED_APPS = (
        ...
        'admin_argon.apps.AdminArgonConfig',  # <-- NEW
        'django.contrib.admin',
    )
Enter fullscreen mode Exit fullscreen mode

Once the file is saved, we should see the effects on the admin section of the website, reserved for superusers.

Django Admin Argon - Free PyPi Package.


Video Presentation

For a complete review of the product feel free to access the presentation published on YouTube.


Thanks for reading! For more resources and support, please access:

  • 🚀 Free support provided by AppSeed (email & Discord)
  • 👉 More free apps crafted in Flask, Django, and React
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player