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
-
Add "superadmin" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'superadmin', ]
-
Run
python manage.py migrateto create the superadmin migrations. -
Continue
Release process
Required GitHub secrets
| Secret | How to get it | Where to configure |
|---|---|---|
PYPI_API_TOKEN |
pypi.org → Account Settings → API tokens → Add API token (scope: project django-superadmin) |
GitHub → Settings → Secrets and variables → Actions → New repository secret |
How to publish a new release
- Go to GitHub → Releases → Draft a new release
- Create a new tag with the format
vX.Y.Z(e.g.v1.2.8) - Fill in the title and description
- Click Publish release — the Action triggers automatically and uploads the package to PyPI
The package version is derived from the release tag via
setuptools-scm. No files need to be edited before releasing.
Release files for django-superadmin 1.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_superadmin-1.2.7.tar.gz | 29.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_superadmin-1.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 72.3 kB
Release files / django_superadmin-1.2.7.tar.gz
| Download URL | django_superadmin-1.2.7.tar.gz |
|---|---|
| Size | 29.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
390498e07737c181ec87ee7eaddf7037580c1c9c04c55268ab4131bb8ea4a99d
|
|
BLAKE2b-256 checksum How to use checksums |
aa5efc3ca737d7a780ca3380327ff05c667a5784cf13a8fd3506722d3d3fdefa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / django_superadmin-1.2.7-py3-none-any.whl
| Download URL | django_superadmin-1.2.7-py3-none-any.whl |
|---|---|
| Size | 42.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
63979ad40c1cb8dea468003b396f74637ab42c6427cc9c80bb185831ea500aa8
|
|
BLAKE2b-256 checksum How to use checksums |
a9b287e671f6a8b24a841612a20fe3693a8bfd2551f69ca69d3e0cf94eab6f56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|