Skip to content

django-superapp/django-superapp-admin-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django SuperApp - Admin Portal

Getting Started

  1. Setup the project using the instructions from https://django-superapp.bringes.io/
  2. Setup admin_portal app using the below instructions:
cd my_superapp;
cd superapp/apps;
django_superapp bootstrap-app \
    --template-repo https://github.com/django-superapp/django-superapp-admin-portal ./admin_portal;
cd ../../;

Documentation

For a more detailed documentation, visit https://django-superapp.bringes.io.