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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-gitlog-0.2.tar.gz.
File metadata
- Download URL: django-gitlog-0.2.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99a645059c018231c6c5055bfd5ad9bf74cd9b2f8f2995c08390123881947cc
|
|
| MD5 |
451c98505a45fbc16def67d91bc3b9da
|
|
| BLAKE2b-256 |
a71bc08565b633ddce8e962f3bfc0a0824e9c442095c6965e54f1073ac5fafa5
|
File details
Details for the file django_gitlog-0.2-py3-none-any.whl.
File metadata
- Download URL: django_gitlog-0.2-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8457c814c7ef162fee44a7a899274836adffd449ef52d759ba938ef0c90f5351
|
|
| MD5 |
8e89f2afedf8f603ad999db35ecc8b9c
|
|
| BLAKE2b-256 |
ef888484d4f38e8cac8de7a93d619dbebf0ca001184c17d80f6b7d56e208f482
|