Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 357 Bytes

Django SuperApp - Tasks

Getting Started

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