Template styles.

2020-10-17 Thread Mohemed Misfar
Django has amazing model forms and django froms. In case if i use them, I am unable to get the bootstrap and css styles. I can use raw html forms. but, model forms and django forms are validated itself. in this case how can I get such an amazing bootstrap styles in model forms or django forms.?

Re: Template styles.

2020-10-17 Thread Mohemed Misfar
17, 2020, 9:19 PM Mohemed Misfar wrote: > >> Django has amazing model forms and django froms. In case if i use them, I >> am unable to get the bootstrap and css styles. I can use raw html forms. >> but, model forms and django forms are validated itself. in this case how >>

Re: Template styles.

2020-10-19 Thread Mohemed Misfar
ohhh. great. i will go through this. Thank you for your response. [image: Mailtrack] Sender notified by Mailtrack

Re: 'python manage.py startapp polls' doesn't generate urls.py in polls

2020-12-07 Thread Mohemed Misfar
Good evening, When u run the code python manage.py startapp, it wont create urls.py. You have to create it in your every apps after run that command. You will only have the urls.py file in your main app which has the settings.py. Thank you. On Mon, 7 Dec 2020 20:18 Julie Reier, wrote: > Hi! I'm