mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
Otherwise automatic deployments (e.g. via `pip install https://github.com/barseghyanartur/django-fobi.git@0.12.12#django-fobi`) would fail to clone this submodule, unless an account-wide read/write SSH key is available to the system account running the deployment. This is undesirable from a security perspective. Users could work around this by creating a dummy GitHub account that has no write access to any repo, and add an account-wide SSH key to it, but it's still annoying and means one more thing to maintain. This change means that you don't get the convenience of pushing changes to the wagtail demo using SSH key, but I think it's better than making automatic deployments complicated.
3 lines
122 B
Text
3 lines
122 B
Text
[submodule "examples/wagtaildemo"]
|
|
path = examples/wagtaildemo
|
|
url = https://github.com/barseghyanartur/wagtaildemo.git
|