CSRF handling #119
Unanswered
WolfgangFahl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today i also ran into the CSRF handling issue which is considered fixed by #100. I can not access my admin interface at this time since it is too late. I did not set the env variable so i am locked out.
Also i do not understand how to keep the ui (and admin) settings persistent. I keep getting my settings to be overridden without me understanding what is happening. The dependence on the Django technology is quite akward for me since this i the only context in which i am getting in touch with Django. Django experts will proably feel this is all easy and simple. For me it is a major obstacle.
E.g. the see the default .env file for a complete list does not have a pointer to that .env file
I assume
is the key to persistent settings - so an external sqlite file may be used. I assume to get a working file first a docker cp is needed.
Beta Was this translation helpful? Give feedback.
All reactions