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',
)
```
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file edx-django-release-util-0.0.2.tar.gz.
File metadata
- Download URL: edx-django-release-util-0.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e6471c35cf02956d65a98fea004b6ac171483dbef797e2e2970b76ef3c7487
|
|
| MD5 |
df7c80da65013874c384188ee40d37b0
|
|
| BLAKE2b-256 |
daccc22545cebf817921e9728b357fed656f27b37d7c97021bbe48d80ba28bde
|
File details
Details for the file edx_django_release_util-0.0.2-py2-none-any.whl.
File metadata
- Download URL: edx_django_release_util-0.0.2-py2-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
422cb0b8aa70b26fd8946de6309d9ae70d0a694d1e3463d17959b90e3c8259cb
|
|
| MD5 |
9594b17c1c5e50e6dc07a89065e9a4d2
|
|
| BLAKE2b-256 |
62fd6fe71b2736ad6d32413419db7a0fc7a848df1352027fbc0c6294f1ef5e2a
|