Giter VIP home page Giter VIP logo

django-app-tracker's Introduction

django-app-tracker

http://img.shields.io/travis/poulp/django-app-tracker/master.svg?style=flat-square http://img.shields.io/requires/github/poulp/django-app-tracker.svg?style=flat-square http://img.shields.io/coveralls/poulp/django-app-tracker.svg?style=flat-square

Issue tracker application for django. Work with python3 and Django 1.8.

Quick start

  1. To install django-app-tracker simply run:

    python setup.py install
    
  2. Add "apptracker" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'django.contrib.humanize',
        'apptracker',
    )
    
  3. Add "tracker_settings" to your TEMPLATE_CONTEXT_PROCESSORS setting like this:

    TEMPLATE_CONTEXT_PROCESSORS = (
        ...
        'apptracker.context_processors.tracker_settings',
    )
    
  4. Add this lines at the end of your settings:

    APPTRACKER = {
        'LOGIN_URL': '/login',
        'LOGOUT_URL': '/logout',
    }
    
  5. Include the apptracker URLconf in your project urls.py like this:

    url(r'^tracker/', include('apptracker.urls')),
    
  6. Run python manage.py migrate to create the apptracker models.

  7. Visit http://127.0.0.1:8000/tracker/projects

Screenshots : http://poulp.github.io/apptracker.html

django-app-tracker's People

Contributors

poulp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

django-app-tracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.