#20909: multiple app views in one template
-------------------------------+---------------------------------
Reporter: shanedara@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 1.5
Severity: Normal | Keywords: app, view, template
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+---------------------------------
Hi, I have built an authentication app that I want to integrate into my
home page. I want to have the user register their details on the home page
and have it validate and sanitise the input. But the home page also has
other aspects to it such as a blog and a video. These should not form part
of the view that registers the user. I want to keep the view for the home
page separate and have it pull in the views for authentication. This seems
to be half achievable if I user render to string but this breaks as soon
as a user inputs invalid data. Surely this is a common problem and there
is a solution out there somewhere, can anyone help me?
--
Ticket URL: <https://code.djangoproject.com/ticket/20909>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.