Skip to content

ApollosProject/clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollos-clone

Develop

Install the package in editable mode

pip install -e .[dev]

Testing

To run tests, install in editable mode to load module onto the PATH, then run pytest

pip install -e .[dev]
pytest

Deploy

Build and upload

pip install build twine
python -m build
twine upload dist/*

About

This contains the scripts necessary to clone a template app into a multi-tenant church app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages