Django package that handles exporting of data
Project description
UNICEF Attachments
==================
Django package that handles file attachments for models
Installation
------------
pip install unicef-attachments
Setup
-----
Add ``unicef_attachments`` to ``INSTALLED_APPS`` in settings
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 <https://www.python.org/dev/peps/pep-0008/>`_ 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
==================
Django package that handles file attachments for models
Installation
------------
pip install unicef-attachments
Setup
-----
Add ``unicef_attachments`` to ``INSTALLED_APPS`` in settings
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 <https://www.python.org/dev/peps/pep-0008/>`_ 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
unicef_attachments-0.4.0.tar.gz
(17.8 kB
view details)
File details
Details for the file unicef_attachments-0.4.0.tar.gz
.
File metadata
- Download URL: unicef_attachments-0.4.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eac6e6060c0daff0d3c46f30f03a4542b334805710b104784ceeb4fadb597b7 |
|
MD5 | 12a3f5b4edcf4ae070dc886e80a670e4 |
|
BLAKE2b-256 | a61968eadfc11835bb9e78169993f59d53bf9ded4a12f4c2eed5dc9d245b0202 |