Andrew Z writes:
> I realize the following has little todo with python per se. But i hope to
> get a guidance on how these types of tasks are done nowadays.
>
> The task:
> Ive been asked to create an integration process. That is a few webpages
> with questioneer with the submission to a "mother"
do it as django does it
.in django you have templates like take the example of a single webpage
other pages only modify what they need to. like the footer will remain the
same on all pages, so only the top part needs to be specified
similarly for your website, you can go along that line ^^,
Abdu
On Mon, Oct 23, 2017 at 2:21 AM, Andrew Z wrote:
> I realize the following has little todo with python per se. But i hope to
> get a guidance on how these types of tasks are done nowadays.
>
> The task:
> Ive been asked to create an integration process. That is a few webpages
> with questioneer w
I realize the following has little todo with python per se. But i hope to
get a guidance on how these types of tasks are done nowadays.
The task:
Ive been asked to create an integration process. That is a few webpages
with questioneer with the submission to a "mother" company using its API .
Idea