django-admin-persian-fonts is a Django app for fast and easy use of Persian fonts in the Django admin panel.
Project description
django-admin-persian-fonts
django-admin-persian-fonts is a Django app for fast and easy use of Persian fonts in the Django admin panel.
Installation
- Run
pip install django-admin-persian-fonts
- Add
admin_persian
tosettings.INSTALLED_APPS
beforedjango.contrib.admin
INSTALLED_APPS = (
#...
"admin_persian",
#...
"django.contrib.admin",
#...
)
- Run
python manage.py migrate
- Restart your application server
- Visit http://127.0.0.1:8000/admin/
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
Close
Hashes for django-admin-persian-fonts-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e91539ea23feaa42a9e040bd1e398c392aaaeefea43b6afba35b8ac80608d7dc |
|
MD5 | 6a9548f97cf45b41f6185f5113430c72 |
|
BLAKE2b-256 | bb08179cd8c5ebacef4690f4e78be733cd2f12473d76b06936c7002ca7a8be34 |