A Django environment variables manager.
Project description
how to use
Installl
pip install django-environment-vars
- Add config files
INSTALLED_APPS = [...
'django_contrib.environment_vars ',
]
- Include the app URLconf in your project urls.py like this::
path('env/', include('django_contrib.environment_vars.urls'))
-
Start the development server and visit http://127.0.0.1:8000/env/
-
Or Visit demo site https://bygregonline.github.io/react_env_sample/
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
File details
Details for the file django_environment_vars-0.1056b0.tar.gz
.
File metadata
- Download URL: django_environment_vars-0.1056b0.tar.gz
- Upload date:
- Size: 218.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd282d1ad07c971006db1818f7e357bf464204b628f4a15a4255d4fe9284bd2f |
|
MD5 | fa986fa7eae1bebb00876e7e78d3bcce |
|
BLAKE2b-256 | 26042ccad97771656a15463bba8ddeeed6b6e1ccbbba945c8e0e6ce8414029e9 |