Push template changes
Pull template changes from the superapp template repository to your app.
cd ./my_superapp;
cd ./superapp/apps/your_app_name_here;
django_superapp push-template .
cd ../../
Pull template changes from the superapp template repository to your app.
cd ./my_superapp;
cd ./superapp/apps/your_app_name_here;
django_superapp push-template .
cd ../../