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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file startdomain-0.2.6.tar.gz.
File metadata
- Download URL: startdomain-0.2.6.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9baab902c3c5fd8294add0240f366810a115cba3e6d7a96d2af266397c5ea59c
|
|
| MD5 |
8cf260ddd4ccd4147144877d0d0edf3b
|
|
| BLAKE2b-256 |
f7ca77fd7c0ab805a6abd972a25d5917e3621be822cd96bb9c33f4ec20bcf8df
|
File details
Details for the file startdomain-0.2.6-py3-none-any.whl.
File metadata
- Download URL: startdomain-0.2.6-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df08e7fd63749e1012f562dc3a7c55b91c6504b34cf0323e843e00410395622
|
|
| MD5 |
2eafd80481edf7b4d30f1cf27d7f11cd
|
|
| BLAKE2b-256 |
cd385eb486837388706750a02f59d4fe82d796d9e915dc989c1f3f3b0ff9bbe1
|