directory-constants

Installation
pip install directory-constants
Environment variables
To change the default value of urls add the following to your settings.py:
Development
$ git clone https://github.com/uktrade/directory-constants
$ cd directory-constants
[Create and activate your virtual environment]
$ make test_requirements
Testing
$ make test
Publish to PyPI
The package should be published to PyPI on merge to master. If you need to do it locally then get the credentials from rattic and add the environment variables to your host machine:
Setting |
---|
DIRECTORY_PYPI_USERNAME |
DIRECTORY_PYPI_PASSWORD |
Then run the following command:
make publish