Skip to main content

The BOM module for django-apsara.

Project description

https://travis-ci.org/bitmazk/django-aps-bom.png?branch=master https://coveralls.io/repos/bitmazk/django-aps-bom/badge.png

The BOM module for django-apsara.

Installation

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-aps-bom.git#egg=aps_bom

Add aps_bom to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'aps_bom',
)

Add the aps_bom URLs to your urls.py

urlpatterns = patterns('',
    ...
    url(r'^aps-bom/', include('aps_bom.urls')),
)

Don’t forget to migrate your database

./manage.py migrate aps_bom

Usage

TODO: Describe usage or point to docs. Also describe available settings and templatetags.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-aps-bom
make develop

git co -b feature_branch master
# Implement your feature and tests
fab test  # Run the tests and check coverage
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

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-aps-bom-0.5.3.tar.gz (39.7 kB view hashes)

Uploaded Source

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