django-superapp

Build your startup's product faster.


Keywords
django, superapp
License
MIT
Install
pip install django-superapp==1.0.9

Documentation

Django SuperApp

SuperApp is a framework on top of Django, designed to accelerate the development of software projects for startups. It incorporates all the powerful features of Django, plus additional tools to seamlessly integrate various applications.

django-superapp-demo

Getting Started

pipx install django_superapp
django_superapp create-project --project-template default ./my_superapp
cd my_superapp
django_superapp create-app --app-template sample_app
make setup-sample-env
make start-docker

Documentation

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

Development

make install-requirements
make install
make release