https://github.com/app-generator/django-admin-argon2-pro
Django Admin Argon PRO - Modern Django UI | AppSeed
https://github.com/app-generator/django-admin-argon2-pro
appseed argon-design argon-design-system django-template django-theme
Last synced: 3 months ago
JSON representation
Django Admin Argon PRO - Modern Django UI | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-admin-argon2-pro
- Owner: app-generator
- License: other
- Created: 2023-01-04T07:15:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:45:36.000Z (7 months ago)
- Last Synced: 2025-04-06T18:12:47.292Z (3 months ago)
- Topics: appseed, argon-design, argon-design-system, django-template, django-theme
- Homepage: https://appseed.us/product/argon-dashboard2-pro/django/
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# **[Django Admin Argon2 PRO](https://appseed.us/product/argon-dashboard2-pro/django/)**
**Django** starter styled with **[Admin Argon PRO](https://appseed.us/product/argon-dashboard2-pro/django/)**, a premium `Boostrap 5` design from [Creative-Tim](https://bit.ly/3fKQZaL).
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.> 👉 **NOTE**: This product `requires a License` in order to access the theme:
**Private REPO**: `git+https://github.com/app-generator/priv-django-admin-argon2-pro`
## Features:
- **UI Kit**: Argon Dashboard BS5 PRO `v2.0.5` by Creative-Tim
- [Django Argon2 PRO](https://github.com/app-generator/django-argon-dashboard2-pro) - `sample project`
- **Sections Covered**:
- `Admin Section`, reserved for `superusers`
- `All pages` managed by `Django.contrib.AUTH`
- `Registration` page
- `Misc pages`: colors, icons, typography, blank-page

## Why `Django Admin Argon PRO`
- Modern [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Design
- `Responsive Interface`
- `Minimal Template` overriding
- `Easy integration`Argon Dashboard 2 PRO makes use of light, surface and movement. The general layout comes with two modes: Light & Dark. Inside the archive you will find multiple example pages on how to use all components. And, of course, every element is documented.
## How to use it
> **Install the package** via `PIP`
```bash
$ pip install git+https://github.com/app-generator/priv-django-admin-argon2-pro.git
```
> Add `admin_argon2_pro` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`):
```python
INSTALLED_APPS = (
...
'admin_argon2_pro.apps.AdminArgon2ProConfig',
'django.contrib.admin',
)
```
> Add `LOGIN_REDIRECT_URL` and `EMAIL_BACKEND` of your Django project `settings.py` file:
```python
LOGIN_REDIRECT_URL = '/'
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
```
> Add `admin_argon2_pro` urls in your Django Project `urls.py` file
```python
from django.urls import path, includeurlpatterns = [
...
path('', include('admin_argon2_pro.urls')),
]
```
> **Collect static** if you are in `production environment`:
```bash
$ python manage.py collectstatic
```
> **Start the app**
```bash
$ # Set up the database
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Create the superuser
$ python manage.py createsuperuser
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000
```Access the `admin` section in the browser: `http://127.0.0.1:8000/`
## Screenshots

> [Django Argon2 PRO](https://appseed.us/product/argon-dashboard2-pro/django/) - `Charts` Page

> [Django Argon2 PRO](https://appseed.us/product/argon-dashboard2-pro/django/) - `eCommerce` Product Page

---
**[Django Admin Argon2 PRO](https://appseed.us/product/argon-dashboard2-pro/django/)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**