Skip to content

navaiy/admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

This admin panel has been edited by jazzmin and works only for the rtl languages

sds sds sds

Installation

pip install django-admin-panel-arnika

Add jazzmin to the first list before admin app

INSTALLED_APPS = [
'jazzmin',
]

change in settings.py

LANGUAGE_CODE = 'fa-ir'

add to urls.pu

from django.urls import include
from jazzmin.view import register

urlpatterns = [
    path("i18n/", include("django.conf.urls.i18n")),
    path("", include("django.contrib.auth.urls")),
    path('register', register, name='register'), ]
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published