Skip to main content

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

  1. Add “gitlog” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'gitlog',
    ]
  2. Include the gitlog URLconf in your project urls.py like this:

    path('gitlog/', include("gitlog.urls", namespace='gitlog')),
  3. Run python manage.py migrate to create the gitlog models.

  4. Start the development server and visit http://127.0.0.1:8000/gitlog/run to run the parse precedure.

  5. Visit http://127.0.0.1:8000/gitlog/ to see an example Commit Journal.

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-gitlog-0.2.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_gitlog-0.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

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

Hashes for django-gitlog-0.2.tar.gz
Algorithm Hash digest
SHA256 f99a645059c018231c6c5055bfd5ad9bf74cd9b2f8f2995c08390123881947cc
MD5 451c98505a45fbc16def67d91bc3b9da
BLAKE2b-256 a71bc08565b633ddce8e962f3bfc0a0824e9c442095c6965e54f1073ac5fafa5

See more details on using hashes here.

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

Hashes for django_gitlog-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8457c814c7ef162fee44a7a899274836adffd449ef52d759ba938ef0c90f5351
MD5 8e89f2afedf8f603ad999db35ecc8b9c
BLAKE2b-256 ef888484d4f38e8cac8de7a93d619dbebf0ca001184c17d80f6b7d56e208f482

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page