Django add middleware that show form on each request
up vote
0
down vote
favorite
I am new to this django middleware I worked with django middleware by adding login page on each selected requested page. But now I want to show a html form as user request any page. So what should I use process_view or process_response to call the template (i.e html form).
add a form that takes input from user yes or no if its yes then go to the view page else show HttpResponseForbidden(). And next time if user had saved yes earlier then skip this form.
python django request httpresponse django-middleware
add a comment |
up vote
0
down vote
favorite
I am new to this django middleware I worked with django middleware by adding login page on each selected requested page. But now I want to show a html form as user request any page. So what should I use process_view or process_response to call the template (i.e html form).
add a form that takes input from user yes or no if its yes then go to the view page else show HttpResponseForbidden(). And next time if user had saved yes earlier then skip this form.
python django request httpresponse django-middleware
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new to this django middleware I worked with django middleware by adding login page on each selected requested page. But now I want to show a html form as user request any page. So what should I use process_view or process_response to call the template (i.e html form).
add a form that takes input from user yes or no if its yes then go to the view page else show HttpResponseForbidden(). And next time if user had saved yes earlier then skip this form.
python django request httpresponse django-middleware
I am new to this django middleware I worked with django middleware by adding login page on each selected requested page. But now I want to show a html form as user request any page. So what should I use process_view or process_response to call the template (i.e html form).
add a form that takes input from user yes or no if its yes then go to the view page else show HttpResponseForbidden(). And next time if user had saved yes earlier then skip this form.
python django request httpresponse django-middleware
python django request httpresponse django-middleware
edited Nov 10 at 19:37
asked Nov 10 at 14:42
aakash singh
205
205
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36
add a comment |
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240038%2fdjango-add-middleware-that-show-form-on-each-request%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you want to add a loader during request to process in your front-end ? If so , this should be front-end responsibility.
– Shakil
Nov 10 at 17:41
@Shakil not loader but I need to add a form that takes input from user yes or no if its yes then show the view page else show HttpResponseForbidden().
– aakash singh
Nov 10 at 19:36