Initial commit
This commit is contained in:
commit
793bb6a488
182 changed files with 17153 additions and 0 deletions
6
settings/README
Normal file
6
settings/README
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue