Re: Modern website

2017-10-23 Thread dieter
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"

Re: Modern website

2017-10-22 Thread Abdur-Rahmaan Janhangeer
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

Re: Modern website

2017-10-22 Thread Chris Angelico
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

Modern website

2017-10-22 Thread Andrew Z
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