djangoDeployGitHook 0.8

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoDeployGitHook 0.8

djangoDeployGitHook is a Django app to automatically update django instance from a git
hook signal.

Quick start

Add “djangoDeployGitHook” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'djangoDeployGitHook',
]

Include the polls URLconf in your project urls.py like this:
path('deploy/', include('djangoDeployGitHook.urls')),

Visit http://127.0.0.1:8000/deploy/test_update too see ‘Hello, From DjangoDeployGitHook!’.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.