Skip to content

WhispRnD/django-suit-RTL

 
 

Repository files navigation

Django Suit v2 RTL

Modern theme for Django admin interface.

Django Suit is alternative theme/skin/extension for Django administration interface.

Install

  • 1- Install Django Suit v2-dev RTL using pip or easy_install:
pip install -e git+https://github.com/AhmadiEhsan/django-suit-RTL#egg=django_suit
  • 2- Create SuitConfig class and add it to the INSTALLED_APPS before django.contrib.admin app:
# my_project_app/apps.py
from suit.apps import DjangoSuitConfig

class SuitConfig(DjangoSuitConfig):
    layout = 'horizontal'
INSTALLED_APPS = (
    ...
    'my_project_app.apps.SuitConfig',
    'django.contrib.admin',
)

License

Docs & Support

Preview

http://s9.picofile.com/file/8338619776/django_suit_RTL_preview.png

About

Modern theme for Django admin interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 86.8%
  • Python 7.3%
  • HTML 3.5%
  • JavaScript 2.4%