Authentication

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-authentication ./authentication;
cd ../../;