lkafle / unicef-attachments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNICEF Attachments

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

About

License:Other


Languages

Language:Python 97.9%Language:Makefile 2.1%