jhurtadojerves / django-superadmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superadmin

Superadmin is a Django app based in django admin to build admin sites quickly and easily, and generate site page like django admin.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "superadmin" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'superadmin', ]

  2. Run python manage.py migrate to create the superadmin migrations.

  3. Continue

About

License:MIT License


Languages

Language:Python 100.0%