redirect authenticated user in create view in django

2019-09-25 Thread saeed albooyeh
hi i used CreateView for registration in my project and i wanna prevent authenticated user from accessing to the register url and redirect it to another page can anyone tell me how can i do it? -- You received this message because you are subscribed to the Google Groups "Django users" group.

redirect authenticated user in CreateView

2019-09-25 Thread saeed albooyeh
hi i used CreateView for registration in my project and i wanna prevent authenticated user from accessing to the register url and redirect it to another page can anyone tell me how can i do it? -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: TemplateDoesNotExist

2019-10-03 Thread saeed albooyeh
hi you can see the template-loader postmortem part of the error page that you uploaded there is a list of paths that django expects to find your templates due to your settings file in the settings file you can see the TEMPLATES list and find out where you should place your templates for examp