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
Release files for django-aps-bom 0.5.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-aps-bom-0.5.11.tar.gz | 40.9 kB | Details |
Release files / django-aps-bom-0.5.11.tar.gz
| Download URL | django-aps-bom-0.5.11.tar.gz |
|---|---|
| Size | 40.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba68a529cc16fb1153cc6ebc8524aa5037bae144c20b67bb0a4e29969f27e5ea
|
|
BLAKE2b-256 checksum How to use checksums |
ce8835175e56c3c7d9008ef3b4fadaf61758c641fa6d35c5ecbd32613c9ee9b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |