Answer the question
In order to leave comments, you need to log in
How to hide the DJANGo framework (csrfmiddlewaretoken)?
Tell me how to hide from the qualifiers that you are using Django.
<input type='hidden' name='csrfmiddlewaretoken' value='***' />
Answer the question
In order to leave comments, you need to log in
https://github.com/django/django/blob/master/djang... I
suspect that you can
1. brazenly patch the file
2. spawn a child class in which the token is named as it should and use this implementation already
3. start monkeypatching
search more in the templates {% csrf_token %} and redefine the necessary templates.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question