Skip to main content

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

  1. Add “djangoDeployGitHook” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'djangoDeployGitHook',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('deploy/', include('djangoDeployGitHook.urls')),
  3. 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

djangoDeployGitHook-0.4.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page