Django Argon BS4 - Theme-able UI, CI/CD via Render
Hello! Argon Dashboard, a premium Django starter, has been updated to the latest Django version, theme-able UI (usable via PIP), and CI/CD flow for Render. Starting with this version, this iconic design from Creative-Tim
can be used in any Django project (new or legacy) with minimal configuration effort. Thanks for reading!
- π Django Argon PRO -
Product page
(contains payment links) - π Django Argon PRO -
LIVE Demo
- π Django Argon PRO - source code (GitHub)
Argon Dashboard is a completely new product built on our newest re-built from scratch framework structure that is meant to make our products more intuitive, more adaptive and so much easier to customize.
π The product is listed on the Discounts page with 30%OFF (all licenses)
Video Presentation
Fast runners can visualize all the new features in this video material published on YouTube that also demonstrates the LIVE deployment on Render without much effort.
How to use the product
In order to compile the product, the workstation needs Python3, GIT command-line tool, and also the developer should be comfortable working in a terminal. If this product matches the DNA of your future project, here are the steps to use in a local environment:
π Access the oficial page and purchase a license
Once the purchase is completed, you will receive the GITHUB_TOKEN required by the installation process.
π Β Clone the sources from GitHub (public repository)
$ git clone https://github.com/app-generator/django-argon-dashboard-pro.git
$ cd django-argon-dashboard-pro
π Export GITHUB_TOKEN
in the environment
$ export GITHUB_TOKEN='TOKEN_HERE'
π Install modules via VENV
.
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
π Set UP/Migrate Database
$ python manage.py makemigrations
$ python manage.py migrate
π Β Start the APP
$ python manage.py runserver
At this point, the app should be up & running.
Django Argon PRO - UI Components
This Bootstrap is built with over 300 individual components, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using Sass files.
Django Argon PRO - Widgets
This Dashboard is coming with pre-built examples, so the development process is seamless, and switching from our pages to the real website is very easy to be done. Every element has multiple states for colors, styles, hover, and focus, that you can easily access and use.