Re: jinja

2022-04-03 Thread jelli jinx
hello On Tuesday, March 22, 2022 at 11:18:49 PM UTC+6:30 vas91...@gmail.com wrote: > rfr -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr.

Is Overriding widget templates buggy?

2022-04-03 Thread run_the_race
I was going to report a bug, but the guide recommends asking here first. While trying to override a built in widget template (still stuck on it here: https://forum.djangoproject.com/t/overriding-widgets-templates-not-working-following-help-template-loader-not-searching-app-dirs/12974), I came

Re: Is Overriding widget templates buggy?

2022-04-03 Thread Antonis Christofides
Hi, I'm not really an expert in that part. From what I can read in the documentation, TemplatesSetting isn't a template backend, so why do you think you can specify it in TEMPLATES[x]['BACKEND']? It appears to be a form renderer, which means you can specify it in FORM_RENDERER. But of course

Re: django html error

2022-04-03 Thread Rakesh Sharma
Will you send me some project codes pics so that i can help you. On Sat, 2 Apr, 2022, 8:34 pm 5021-Chandra Prakash.S, < chan8754584...@gmail.com> wrote: > i am new to django, there is no error in my project but my html page is > not loading ,its just appearing white blank screen when i run the se