Django package that handles exporting of data
Project description
Installation
pip install unicef-djangolib
Setup
Add unicef_djangolib to INSTALLED_APPS in settings
INSTALLED_APPS = [
...
'unicef_djangolib',
]
Configure the html elements for display:
NAME = os.environ.get('NAME', 'default_name')
VERSION = os.environ.get('VERSION', 'default_version')
BACKGROUND_COLOR = os.environ.get('HEADER_BG_COLOR', '#42515A')
HEADER_RIGHT_LOGO = os.environ.get('HEADER_RIGHT_LOGO', "/static/images/default_right.svg")
HEADER_LEFT_LOGO = os.environ.get('HEADER_LEFT_LOGO', "/static/images/default_left.svg")
FOOTER_LOGO = os.environ.get('FOOTER_LOGO', "/static/images/default_footer_logo.png")
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-djangolib/tree/develop
Source Code - https://github.com/unicef/unicef-djangolib
Links
Stable |
|||
Development |
|||
Source Code |
|||
Issue tracker |
Compatibility Matrix
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
Hashes for unicef_djangolib-0.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b98ebef44fda9f243cbc648ecbf63f96d0c245997314a350869f1d4101f37b |
|
MD5 | 63e9edf6e2d86f0c90666e30bb10a0e4 |
|
BLAKE2b-256 | fe30d0a8239de72c40ab79de89f20c1d7e839adb19ca5df1c9a09b0d9844ab01 |