A Django app parse and save git log.
Project description
GitLog is a Django app that create reusable commit-log datas for furthur machining
GitLog parse the git log and save them into the Commit table. Which can let you access it and make it full use of in you website.
Detailed documentation is in the “docs” directory.
Quick start
Add “gitlog” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'gitlog', ]
Include the gitlog URLconf in your project urls.py like this:
path('gitlog/', include("gitlog.urls", namespace='gitlog')),
Run python manage.py migrate to create the gitlog models.
Start the development server and visit http://127.0.0.1:8000/gitlog/run to run the parse precedure.
Visit http://127.0.0.1:8000/gitlog/ to see an example Commit Journal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_gitlog-0.2-py3-none-any.whl (11.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size django-gitlog-0.2.tar.gz (8.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for django_gitlog-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8457c814c7ef162fee44a7a899274836adffd449ef52d759ba938ef0c90f5351 |
|
MD5 | 8e89f2afedf8f603ad999db35ecc8b9c |
|
BLAKE2-256 | ef888484d4f38e8cac8de7a93d619dbebf0ca001184c17d80f6b7d56e208f482 |