aemo_fr/settings
Claude Paroz 793bb6a488 Initial commit 2024-06-03 16:49:01 +02:00
..
README Initial commit 2024-06-03 16:49:01 +02:00
aemo.py Initial commit 2024-06-03 16:49:01 +02:00
aemo_tests.py Initial commit 2024-06-03 16:49:01 +02:00
dev_docker.py Initial commit 2024-06-03 16:49:01 +02:00

README

This settings system works on two levels:
- aemo.py : global project settings
- __init__.py   : instance specific settings (passwords, keys, etc.)

__init__.py should import aemo.py.
__init__.py should *NOT* be committed in the vcs (it is in .gitignore).