Django package that handles attachments
Project description
Django package that handles file attachments for models
Installation
pip install unicef-attachments
Setup
Add unicef_attachments to INSTALLED_APPS in settings .. code-block:: python
- INSTALLED_APPS = (
… ‘unicef_attachments’,
)
Usage
TODO
Contributing
Environment Setup
To install the necessary libraries
$ make install
Coding Standards
See PEP 8 Style Guide for Python Code for complete details on the coding standards.
To run checks on the code to ensure code is in compliance
$ make lint
Testing
Testing is important and tests are located in tests/ directory and can be run with;
$ make test
Coverage report is viewable in build/coverage directory, and can be generated with;
Project Links
Continuous Integration - https://circleci.com/gh/unicef/unicef-attachments/tree/develop
Source Code - https://github.com/unicef/unicef-attachments
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
File details
Details for the file unicef_attachments-0.11.tar.gz
.
File metadata
- Download URL: unicef_attachments-0.11.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3e7e60d06c908f0a1305a294039016417e5da7779aa456e39a18b43d21aa9f3 |
|
MD5 | d54dfc5f56c43d026fd9ab0a2a3cee27 |
|
BLAKE2b-256 | b2e6101a0a8eea003962253b6385a19c795561d44905f1d84bc1a569389d4b7b |
File details
Details for the file unicef_attachments-0.11-py2.py3-none-any.whl
.
File metadata
- Download URL: unicef_attachments-0.11-py2.py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e28ecffee5a3b8aeddc1ba3add823e708373cdfd300aa710a1f1b746b9124c7 |
|
MD5 | 36c48fa9052fa058bee46fd236eeab2c |
|
BLAKE2b-256 | a71ae73a3e678e0f97e3be157bfd42cc9dfd19ce2970184cba1cbf636fa99f1f |