Admin Portal
This module setup an admin interface based on django-unfold (opens in a new tab) module.

Getting Started
Setup the project
Please setup the project by following the instructions from the Getting Started guide.
Bootstrap the Admin Portal App
cd superapp/apps;
django_superapp bootstrap-app \
--template-repo https://github.com/django-superapp/django-superapp-admin-portal ./admin_portal;
cd ../../;