Re: how to create webpage

2017-08-12 Thread Sol Chikuse
Hi Dachawar. As much as Django, which is a web framework is designed to simplify your web development life, you will need to build the basic understanding of how it works. The best way to do this is to go through the Django documentation. Django has Tu

Re: how to create webpage

2017-08-12 Thread Larry Medina
Hi Dachawar, I too am new and am currently going through the tutorial which can be found here: https://docs.djangoproject.com/en/1.11/intro/tutorial01/ This will give you a good basis as to how the databases are written with Python as well as what takes care of URL links, building the content fo