Skip to content

mymy47/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/mymy47/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 87.6%
  • SCSS 5.1%
  • Python 4.1%
  • HTML 1.9%
  • JavaScript 1.3%