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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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