Skip to main content

Build your startup's product faster.

Project description

Django SuperApp

Superapp boosts developer efficiency by allowing them to start projects quickly with pre-built standalone apps. Each app has its own settings.py and urls.py files, which are automatically recognized by the system. This modular setup makes Django projects more organized and scalable, saving developers time and effort.

django-superapp-demo

Getting Started

# Install django_superapp
pipx install django_superapp --force

# Setup the project
django_superapp bootstrap-project \
        --template-repo https://github.com/django-superapp/django-superapp-default-project \
        ./my_superapp;
cd my_superapp;

# Setup Admin Portal
cd superapp/apps;
django_superapp bootstrap-app \
    --template-repo https://github.com/django-superapp/django-superapp-admin-portal \
    ./admin_portal;
cd ../../;

# Setup Authentication
cd superapp/apps;
django_superapp bootstrap-app \
    --template-repo https://github.com/django-superapp/django-superapp-authentication \
    ./authentication;
cd ../../;

# Start the project
make setup-sample-env
make start-docker

# Setup env variables
export $(cat .env.local | xargs)

# Apply migrations
docker-compose exec web python3 manage.py migrate;

# Create superuser
docker-compose exec web python3 manage.py createsuperuser

# Open the web interface
http://localhost:8080/

Documentation

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

Development

source venv/bin/activate
make install-requirements
make install
make release

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_superapp-1.2.4.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_superapp-1.2.4-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file django_superapp-1.2.4.tar.gz.

File metadata

  • Download URL: django_superapp-1.2.4.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for django_superapp-1.2.4.tar.gz
Algorithm Hash digest
SHA256 9424885f2f483a9f625114b227b8891e31b23a14c8068535fa56961f1adc8047
MD5 44d59f4edf345673783e04661426340f
BLAKE2b-256 020f7942d314c940858a1b660a22d95fef9ec5ca89786546541f6e53ad00e769

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_superapp-1.2.4.tar.gz:

Publisher: on_release.yml on django-superapp/django-superapp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_superapp-1.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_superapp-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 64b3ab7441438ffd9453cdc9230447e6c95cd24b6c4842f71e209992b439dba7
MD5 fde8401cba33a0b71c6dbc672195ee47
BLAKE2b-256 6cb914d0827bdb38b291e30f5967d78d986cef4737ee6bc9ae52f97f8da92f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_superapp-1.2.4-py3-none-any.whl:

Publisher: on_release.yml on django-superapp/django-superapp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page