Frontadmin
Frontadmin is a django app to conduct web-based frontend admin. This is not replace your actual admin however you can build admin like functionality in frontend.
Quick start
Add “frontadmin” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ 'frontadmin', #Add this exactly in top ... 'django.contrib.humanize', #Add this exactly in last ]Add below commands in your settings.py:
SITE_NAME = 'YOUR_SITE_NAME'
Include the frontadmin URLconf in your project urls.py like this:
path('', include('frontadmin.urls')),Run below command:
python manage.py migrate
Start the development server and visit http://127.0.0.1:8000/
I publish this package for my personal use to minimize the common task however if someone found this usefull and want to know how it works please create issue in project github.
Release files for django-frontadmin 4.0.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-frontadmin-4.0.7.tar.gz | 3.3 MB | Details |
Release files / django-frontadmin-4.0.7.tar.gz
| Download URL | django-frontadmin-4.0.7.tar.gz |
|---|---|
| Size | 3.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3fb38b1927d135b352b4db1196f0b8c4fccdfd287ae179845063611d2a7067e
|
|
BLAKE2b-256 checksum How to use checksums |
36b9461b599f6b093c5f34c7aeba78baa2982cdcd70c0902436614b1d346eb0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
|