A
A
AlexRAV2016-10-21 05:23:09
Django
AlexRAV, 2016-10-21 05:23:09

How to send data to all views?

I would like to know what is the best way to send the registration form, and indeed any data in all views? Really in everyone separately to send? Or is there some better way? In fact, I need to have a registration form on each page.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2016-10-21
@AlexRAV

context processor.

H
hello kokos, 2016-10-21
@hello kokos

You can also use:
{% include "auth_form.html" %}
In your base.html ) - the main template for all pages.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question