You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/05 15:39:02 UTC

[GitHub] mistercrunch commented on issue #3602: Creating user by api

mistercrunch commented on issue #3602: Creating user by api
URL: https://github.com/apache/incubator-superset/issues/3602#issuecomment-334504747
 
 
   There's also `WTF_CSRF_EXEMPT_LIST` you might want to try, though I haven't used it personally. `WTF_CSRF_ENABLED` should really work, if not that's a bug that needs to be addressed. Are you sure that your config is set properly and gets picked up? When you start your web server the very first line should be something that looks like
   ```
   Loaded your LOCAL configuration at [./pythonpath/superset_config.pyc]
   ```
   
   At Airbnb we use the ORM as an API since we're writing things in Python.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services