[GitHub] mistercrunch commented on issue #4393: Bypassing the login for Supreset using iframe

2018-02-12 Thread GitBox
mistercrunch commented on issue #4393: Bypassing the login for Supreset using 
iframe 
URL: 
https://github.com/apache/incubator-superset/issues/4393#issuecomment-365147723
 
 
   You probably want to avoid changing `superset/config.py` (which means you're 
modifying the Superset package) and use `superset_config.py` which is intended 
to be the way to override the defaults in the configuration.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mistercrunch commented on issue #4393: Bypassing the login for Supreset using iframe

2018-02-12 Thread GitBox
mistercrunch commented on issue #4393: Bypassing the login for Supreset using 
iframe 
URL: 
https://github.com/apache/incubator-superset/issues/4393#issuecomment-365087037
 
 
   `pip/setuptools/python` manages your pypi packages, no need to worry about 
that. `superset_config.py` can live anywhere, but you need to `export 
PYTHONPATH=/wherever/your/superset_config/lives`. As you fire up the `superset` 
command, you should see something like:
   `Loaded your LOCAL configuration at 
[/wherever/your/superset_config/lives/superset_config.pyc]`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services