Skip to main content

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

Project description

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

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

> Перейдите по адресу https://bitbucket.org/<YOUR LOGIN>/<REPO NAME>/admin/hooks
> В поле "Select the hook" выбрать POST
> В появившемся окне вставить ссылку http://your-domain.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.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django-git-hooks-0.2.1.1.tar.gz.

File metadata

File hashes

Hashes for django-git-hooks-0.2.1.1.tar.gz
Algorithm Hash digest
SHA256 511f0347f1155fbf99ba3a0b83a1c49060279350674af6ee7b9dee96c04203c1
MD5 1c8be92fd1cba5778f6cc4e9b66857c3
BLAKE2b-256 e49d2cea9075a0958c6d67b49bb97078e302d791e4733d2b6651f7fdf79868af

See more details on using hashes here.

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