Skip to main content

A django app to create apps aligned with [Django API Domains](https://phalt.github.io/django-api-domains/)

Project description

startdomain

A django app to create apps aligned with Django API Domains

Usage

1- Install the library

poetry add startdomain
or:
pip install startdomain

2- add the app to your settings.py

INSTALLED_APPS = [
    ...
    'startdomain',
    ...
]

3- run the following command

python manage.py startdomain <some_app>

Options and Flags

  • settings.py options:
    • SNIPPTET_FOLDER: Override the default template folder
  • command line flags:
    • -f: remove the app if exists

Project details


Download files

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

Source Distribution

startdomain-0.2.6.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

startdomain-0.2.6-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

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