RTL Unfold Django Admin Panel Theme
Project description
RTL Unfold Django Admin Panel Theme
This project is forked from https://github.com/unfoldadmin/django-unfold with RTL support.
How to install?
1.using pip to install package
pip install django-unfold-admin
2.add unfold to settings.py INSTALLED_APPS:
# settings.py
INSTALLED_APPS = [
"unfold", # before django.contrib.admin
"django.contrib.admin",
.
.
.
]
3.now you can use ModelAdmin class defined in unfold.admin in admin.py :
# admin.py
from django.contrib import admin
from unfold.admin import ModelAdmin
@admin.register(MyModel)
class CustomAdminClass(ModelAdmin):
pass
thats that!
Features
- RTL support
- Dark mode is available
- Persian font Vazir included
- Responsive design
ScreenShots
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-unfold-admin-0.1.0.tar.gz.
File metadata
- Download URL: django-unfold-admin-0.1.0.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/1.0.0 requests/2.27.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.8 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c03e90924ac9d2a806f1b2743980916034f01669cb6035b67482bcf8e0c43706
|
|
| MD5 |
ae9d181cfe3e797881e087f5cb8e453b
|
|
| BLAKE2b-256 |
124676eb93de81ae0a2ac29f0a1a762502548a5ce399296129140a2d320e09b3
|
File details
Details for the file django_unfold_admin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_unfold_admin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/1.0.0 requests/2.27.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.8 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6125c9a0d45e9376fcf652c7aa6762cb26d3859b3dc55032fa657f0c9189c16
|
|
| MD5 |
aa07765b5a735884b9bc5082463d858a
|
|
| BLAKE2b-256 |
0602f7d3722d0658877ad6a7eddb758d5c4e468481391d2a8386de7e0890ac56
|