Skip to main content
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

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.11.tar.gz (40.9 kB view details)

Uploaded Source

File details

Details for the file django-aps-bom-0.5.11.tar.gz.

File metadata

File hashes

Hashes for django-aps-bom-0.5.11.tar.gz
Algorithm Hash digest
SHA256 ba68a529cc16fb1153cc6ebc8524aa5037bae144c20b67bb0a4e29969f27e5ea
MD5 65b2bb35184db7808ee0a0a9af4c9528
BLAKE2b-256 ce8835175e56c3c7d9008ef3b4fadaf61758c641fa6d35c5ecbd32613c9ee9b2

See more details on using hashes here.

Release history Release notifications | RSS feed

0.6.3

1 file

0.6.2

1 file

0.6.1

1 file

0.6

1 file

0.5.18

1 file

0.5.17

1 file

0.5.16

1 file

0.5.15

1 file

0.5.14

1 file

0.5.13

1 file

0.5.12

1 file

This release

0.5.11 This release

1 file

0.5.10

1 file

0.5.9

1 file

0.5.8

1 file

0.5.7

1 file

0.5.6

1 file

0.5.5

1 file

0.5.4

1 file

0.5.3

1 file

0.5.2

1 file

0.5.1

1 file

0.5

1 file

0.4

1 file

0.3

1 file

0.2

1 file

0.1

1 file

Supported by

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