Re: How to Use readymade theme in django?

2019-07-14 Thread Delcy John
Hi , Dwnload a template ,html page are placed in a template folder and other css,bootstrap,images etc.. are placed in a static folder.Then you must include static folder path in settings page.and url patterns are include urls.py,and finally in html front page load static files,where you specify

Re: How to fix: Django forms: {{ form }} is not working in a dynamic html page

2019-06-07 Thread Delcy John
i think the error is in form.py,you must put indentation in class On Fri, Jun 7, 2019 at 9:37 AM Joe Reitman wrote: > Interesting problem. It won't display because the form is inside a > for-loop. Django Template language looks at variables inside a for-loop > differently. Basically it looks