A Django app to conduct automatic deploy and updade django instance.
Project description
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!’.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.