Skip to main content

A Django app for django admin.

Project description

django-admin-panel-arnika est un modèle pour Django Manager

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

Quick start

  1. Add to terminal:

pip install django-admin-panel-arnika
  1. Add jazzmin to the first list before admin app:

INSTALLED_APPS = [
    'jazzmin',

]
  1. change in settings.py:

LANGUAGE_CODE = 'fa-ir'
  1. add to urls.py:

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'), ]
]

5.run to server

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-panel-arnika-0.2.tar.gz (10.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page