Re: Using External HTML files in Django

2022-05-02 Thread Mike Dewhirst
On 3/05/2022 8:44 am, Hazho Human wrote: Why not serving that specific URL with Nginx or Apache? On Tue, 3 May 2022 at 03:15, Santhosh sridhar wrote: Hi, I have few html files which are not part of my django project templates directory. I want to render these html files as a

Re: Using External HTML files in Django

2022-05-02 Thread Hazho Human
Why not serving that specific URL with Nginx or Apache? On Tue, 3 May 2022 at 03:15, Santhosh sridhar wrote: > Hi, > > I have few html files which are not part of my django project templates > directory. > I want to render these html files as a response into some url. > > Could someone help if y

Using External HTML files in Django

2022-05-02 Thread Santhosh sridhar
Hi, I have few html files which are not part of my django project templates directory. I want to render these html files as a response into some url. Could someone help if you have any idea? I tried using {% include %} and it gave TemplateDoesNotExist error. -Santhosh -- You received this

custom model not showing in admin

2022-05-02 Thread Walf Sun
Hello All, I have a custom user management model that doesn't show up in admin. If you have had a similar problem I'd like to connect with you? I'm new at django. Any help with this will be really appreciated. Thanks Wally -- You received this message because you are subscribed to the Google

Re: create_question not define error. NameError.

2022-05-02 Thread Md Anzar
Anyone is here for help? On Friday, 29 April 2022 at 11:45:48 UTC+5:30 Md Anzar wrote: > I am following Django tutorial in part 5 when I tried to test and getting > error. I need help. > [image: Screenshot from 2022-04-28 23-50-50.png] -- You received this message because you are subscribed t