Penn Labs example description
Project description
Django Runtime Options
Requirements
- Python 3.6+
- Django 2.2+
Installation
Install with pip pip install django-runtime-options
Add options
to INSTALLED_APPS
INSTALLED_APPS = (
...
'options.apps.OptionsConfig',
...
)
Documentation
Runtime options can either be set in the django admin site or by using the setoption
command.
An example of the management command is ./manage.py setoption key value --type TXT
which will create or update an option with the key "key" to the value "value"
Changelog
See CHANGELOG.md
License
See LICENSE
Project details
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
Close
Hashes for django-runtime-options-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d6e0fbeee59fb89b17d363d392aee082e00b31ddaaffccefd74d2c6c5fd99e1 |
|
MD5 | cbedb65887d3a33f93c6fbbaf468bf43 |
|
BLAKE2b-256 | 31e9030655d31f6824fb6539ecad1b816e8d8bb0f19339cb270a450085a3ace2 |
Close
Hashes for django_runtime_options-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4c48ad405d2513ab6cefb9f0b40cdbee8f5b957611178492a6f3e450658290 |
|
MD5 | 4ee6eac7ea3457a865a8001ad3beb4d0 |
|
BLAKE2b-256 | a5541398bc8c95e70c5cd496b5365fb615fac0e6c86ef7d0103dddd080efab04 |