Easily manage your python application settings for different environments
Project description
env.py
======
Easily manage your python application settings for different environments
Usage:
------
Consider following file structure somewhere in your python application:
```
- app
- settings.py
- local_env.py # required by env.py
- local_settings.py
- dev_settings.py
- prod_settings.py
- prodstage_settings.py
- test_settings.py
```
What `env.py` does is, it allows you to define different environment custom settings
inside files named `$env_settings.py`. Then, inside `local_env.py` define
current environment like `ENV='prod'`.
At the top or at the bottom of `settings.py` based upon how you use `env.py`, use as:
`from env import *`
This will configure your application for your current `ENV` custom settings along with common `settings.py`
======
Easily manage your python application settings for different environments
Usage:
------
Consider following file structure somewhere in your python application:
```
- app
- settings.py
- local_env.py # required by env.py
- local_settings.py
- dev_settings.py
- prod_settings.py
- prodstage_settings.py
- test_settings.py
```
What `env.py` does is, it allows you to define different environment custom settings
inside files named `$env_settings.py`. Then, inside `local_env.py` define
current environment like `ENV='prod'`.
At the top or at the bottom of `settings.py` based upon how you use `env.py`, use as:
`from env import *`
This will configure your application for your current `ENV` custom settings along with common `settings.py`
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
env.py-0.2.2.tar.gz
(3.1 kB
view details)
File details
Details for the file env.py-0.2.2.tar.gz
.
File metadata
- Download URL: env.py-0.2.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e8cd3c7a9bdc3b4db581b0e0efdc57d0888b18f0902db4c2f7ff6eaddc1596 |
|
MD5 | 37299e6095165ec34d9922bf2352f2a6 |
|
BLAKE2b-256 | a7f63e713ef319670589b5eabe537b866b68eb7d96fd3091791ada8389b89191 |