Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-admin-panel-arnika

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-admin-panel-arnika

A Django app for django admin.

  • 0.2
  • PyPI
  • Socket score

Maintainers
1

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:

.. code-block:: bash

pip install django-admin-panel-arnika

  1. Add jazzmin to the first list before admin app:

.. code-block:: bash

INSTALLED_APPS = [
    'jazzmin',

]

3. change in settings.py:

.. code-block:: bash

LANGUAGE_CODE = 'fa-ir'

  1. add to urls.py:

.. code-block:: python

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc