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 details)

Uploaded Source

File details

Details for the file django-admin-panel-arnika-0.2.tar.gz.

File metadata

  • Download URL: django-admin-panel-arnika-0.2.tar.gz
  • Upload date:
  • Size: 10.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for django-admin-panel-arnika-0.2.tar.gz
Algorithm Hash digest
SHA256 e37e2866f28e293ef00f3b1ed703daccd2d2b98cffc6c890eb216986b8214fe8
MD5 2a8b5a92d8a249022ef8345d8c0ec994
BLAKE2b-256 a7f494f20e04cf656199738b879e54a0094225ba600d3f23ba5140e8dbaa0c3e

See more details on using hashes here.

Supported by

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