Skip to main content

Frontadmin is a Django app to conduct Web-based frontend theme.

Project description

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

  1. 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
    ]
  2. Add below commands in your settings.py:

    SITE_NAME = 'YOUR_SITE_NAME'
  3. Include the frontadmin URLconf in your project urls.py like this:

    path('', include('frontadmin.urls')),
  4. Run below command:

    python manage.py migrate
  5. 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-frontadmin-4.0.7.tar.gz (3.3 MB view details)

Uploaded Source

File details

Details for the file django-frontadmin-4.0.7.tar.gz.

File metadata

  • Download URL: django-frontadmin-4.0.7.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for django-frontadmin-4.0.7.tar.gz
Algorithm Hash digest
SHA256 f3fb38b1927d135b352b4db1196f0b8c4fccdfd287ae179845063611d2a7067e
MD5 832378677cc0be102fd2e7a735c5f94f
BLAKE2b-256 36b9461b599f6b093c5f34c7aeba78baa2982cdcd70c0902436614b1d346eb0e

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