Admin Corporate#
Modern template for Django Admin Section, Auth Pages (registration included) crafted on top of Corporate Dashboard, an open-source Bootstrap design.
👉 Django Corporate Dashboard - Product that uses the library
👉 Get Support via Email and Discord
👉 New to App-Generator? Sign IN with GitHub or Generate Web Apps in no time (free service).
Features#
Design: Corporate Dashboard Bootstrap
- Sections Covered:
Admin Section, reserved for superusers
All pages managed by Django.contrib.AUTH
Registration page
Misc pages: colors, icons, typography, blank-page
Why Django Admin Corporate#
Modern Bootstrap Design
Responsive Interface
Minimal Template overriding
Easy integration
Installation#
$ pip install django-admin-corporate
// OR
$ pip install git+https://github.com/app-generator/django-admin-corporate.git
Add admin_corporate application to the INSTALLED_APPS Section of your Django project settings.py file (note it should be before django.contrib.admin):
INSTALLED_APPS = [
...
'admin_corporate.apps.AdminCorporateConfig',
'django.contrib.admin',
...
]
Add LOGIN_REDIRECT_URL and EMAIL_BACKEND of your Django project settings.py file:
LOGIN_REDIRECT_URL = '/'
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Add admin_corporate routing in your Django Project urls.py file
from django.urls import path, include
urlpatterns = [
...
path('', include('admin_corporate.urls')),
]
Start the project now styled with the AdminLTE Design
python manage.py collectstatic
python manage.py runserver # default port 8000
Access the project in your preferred browser and the UI should be styled with the new design.
Add Features with our Django Generator (free service)#
Using the sevice, developers can customize:
Select the preferred design
Design Database: edit models and fields
Add fields to Extended user model
Enable OAuth for GitHub and Google (soon)
Add Celery (async tasks)
Enable Dynamic API Module
Docker Scripts
CI/Cd Scripts for Render
The generated Django project is available as a ZIP Archive and also uploaded to GitHub.
Links#
👉 New to App-Generator? Join our 10k+ Community using GitHub One-Click SignIN.
👉
Download
products and start fast a new project👉 Bootstrap your startUp, MVP or Legacy project with a custom development sprint