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.
Source Distribution
File details
Details for the file djangoDeployGitHook-0.8.tar.gz.
File metadata
- Download URL: djangoDeployGitHook-0.8.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a05e2557cbcd0728354a41a0b032bb818cbfed020a9c9b19f9dc75e6bb4d4ff
|
|
| MD5 |
9c2ef021b5c03f04b44536d632913cd2
|
|
| BLAKE2b-256 |
fdd65a076ff28a8d350be5c76404003aa02e34721b01a309fc05461342901e61
|