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 theme. This is not replace your 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',
    ]
  2. Add below commands in your settings.py

    SITE_NAME = ‘YOUR_SITE_NAME’

  3. Include the polls URLconf in your project urls.py like this:

    path('', include('frontadmin.urls')),
  4. Run python manage.py migrate to create the Frontadmin models.

  5. Start the development server and visit http://127.0.0.1:8000/ to create a Frontadmin (you’ll need the Admin app enabled).

  6. Visit http://127.0.0.1:8000/ to participate in the Frontadmin.

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-0.6.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page