Issue 327: Local configuration file (and css?)
Status:  Accepted
Owner:
Project Member Reported by txprog, Aug 18, 2010
Sometime, for production or specific application, we want to override configuration from default one.

Be able to extend PyMT with new configuration file in :
* current directory ?
* same directory as current python file ?
Aug 19, 2010
Project Member #1 thomas.h...@gmail.com
I suggest if you run myapp.py as pymt app, then in same directory, pymt will also load myapp.conf, and myapp.css.  if they dont exist they go to ~/.pymt/config and ~/pymt/user.css liek before (maube we can rename these pymt.conf and pymt.css to be consitent with naming)
Summary: Local configuration file (and css?)
Aug 19, 2010
Project Member #2 txprog
for configuration, a pymt.conf is better anyway.
+1 for renaming .pymt/config -> pymt.conf, if we are able to convert it :)
Aug 19, 2010
Project Member #3 txprog
(No comment was entered for this change.)
Labels: Type-Enhancement