Skip to main content

edx-django-release-util

Project description

# edx-django-release-util
Release pipeline utilities for edX independently-deployable applications (IDAs) based on Django.

## Testing
To run tests:
`python manage.py test`

## Usage
To use in a Django application:
- Add module to requirements.txt/setup.py as a dependency *or* `pip install -e edx-django-release-util` if you have cloned the repo locally.
- Add to `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
...
'release_util',
)
```

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

edx-django-release-util-0.0.5.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

edx_django_release_util-0.0.5-py2-none-any.whl (10.9 kB view hashes)

Uploaded Python 2

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