Skip to main content

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

Project description

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

### Для использования просто добавьте в файл url.py
```
urlpatterns = ['',
...
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/

#### Зависимости
* progressbar2
* prettytable
* termcolor

#### Совместимость
* Python 2.7 точно, остальыне надо тестить
* Django 1.9

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.3.0.zip (5.0 kB view details)

Uploaded Source

File details

Details for the file django-git-hooks-0.3.0.zip.

File metadata

File hashes

Hashes for django-git-hooks-0.3.0.zip
Algorithm Hash digest
SHA256 81ff65b049afd6bf5ab32be28b0ba5ff1cf59808c06ce159d2c8b664bbb46954
MD5 dd8ca67962491d0f78e2f8b7e63a4ea0
BLAKE2b-256 12c4f5a16a38fb0b3845f052279fd2135326fccd8b310cbbb47d3d385e6c62b5

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