Skip to main content

Небольшое приложение, для простого git pull репозитория из корня проекта при GET запросе по урлу.

Project description

## Простое приложение для выполнения команды git pull

### Для использования просто добавьте в файл url.py
```
urlpatterns = patterns('',
...
url(r'^git/', include('git_hooks.urls')),
...
)
```
### Далее добавьте в Вашем репозитории Hook - для отправки запроса при push-е

http://example.com/git/pull/

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

django-git-hooks-0.2.1.tar.gz (2.9 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