Skip to content

A django package to create an app aligns with Django API Domains

License

Notifications You must be signed in to change notification settings

MuhammadMoustafa/startdomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A django package to create an app aligns with Django API Domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published