Skip to main content

Nimble Project Management

Project description

build-status-image coverage-status-image pypi-version

Jack be nimble, jack be quick.

The goal of this project is to provide an open-source tool to facilitate the management of agile projects in large organisations.

Installation

Run pip install django-nimble

Running tests

setup.py test

Configuration

Authentication

The nimble module requires user-authentication. How this is established is not restricted. All that is required by nimble is that the following named views are provided: - login - logout

Installed Apps

Add the following to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'nimble.apps.NimbleConfig',
    'rest_framework',
    'bootstrap3',
    'markdownx',
    'reversion',
)

Since nimble overrides the view of rest_framework API it must appear above the rest_framework in the list.

Middleware

Nimble using django-reversion to track changes to it’s objects. To utilise this the django-reversion middleware must be included.

MIDDLEWARE = [
    ...
    'reversion.middleware.RevisionMiddleware',
]

Project details


Download files

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

Source Distribution

django-nimble-0.1.0.tar.gz (29.3 kB view details)

Uploaded Source

File details

Details for the file django-nimble-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-nimble-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bd38e9b969c0bba340ca9802ab44fad7b0be13d30b3959221ebb6b12b0d8123a
MD5 939a058eccf3e192634643f39e85b8c3
BLAKE2b-256 b9d34ca22916effd8a1606c0e84b808e5c28c27494ca495e619ecd70c6515a21

See more details on using hashes here.

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