Re: Debug error when c

2023-03-30 Thread Usra Saeed
In urls.py file your mentioned url is not existed On Thu, 30 Mar 2023, 10:48 pm Ricky Abura, wrote: > Hi, > I am learning django, in the process of developing youtube clone, I meet > the attached error when installing django debug toolbar. I don't know where > I am not getting right but I strict

Re: Debug error when c

2023-03-30 Thread Usra Saeed
Hi, are you installing django on Visual Studio and during this installation you got this error? On Thu, 30 Mar 2023, 10:48 pm Ricky Abura, wrote: > Hi, > I am learning django, in the process of developing youtube clone, I meet > the attached error when installing django debug toolbar. I don't kn

Re: Django Hosting on HTTPS with nginix AWS

2023-03-30 Thread Himanshu Shekhar Mohapatra
Thank you very much everyone.😃 I gathered valuables from your references and also from other links. It works now!! Regards, Himanshu On Thu, 30 Mar 2023 at 7:06 PM, data storage wrote: > hii,Himanshu > > https://www.youtube.com/watch?v=dBTIAfi7y5U > > > On Tue, Mar 28, 2023 at 3:22 PM Himansh

Re: Debug error when c

2023-03-30 Thread Chetan Ganji
You are trying to hit a url that doesnt exist in your django app Documentation says you have to add it url, but you dont have to visit that url. https://django-debug-toolbar.readthedocs.io/en/latest/installation.html#add-the-urls When you visit any other url in the app, one toolbar will be shown i

Debug error when c

2023-03-30 Thread Ricky Abura
Hi, I am learning django, in the process of developing youtube clone, I meet the attached error when installing django debug toolbar. I don't know where I am not getting right but I strictly follow some tutorial. Any assistance please? -- You received this message because you are subscribed to

Re: What makes the images deletion from the media folder?

2023-03-30 Thread ram.mu...@gmail.com
Hello David, We are not using a docker container but our server is a dedicated cloud instance. Best regards, ~Ram On Thursday, March 23, 2023 at 10:34:44 PM UTC-6 David Nugent wrote: > Are you using Django in a docker container? > > If so, any changes to the filesystem are ephemeral and disa

Re: The problem of versioning a large project.

2023-03-30 Thread Aharon Leibman
Could you give more information, please? the project structure provided to your GIT repository It is not entirely clear how you perform separation by application среда, 29 марта 2023 г. в 22:06:29 UTC+3, Alex Sonar: > The problem of versioning a large project. > > Hi guys, I really got stuck wit

AW: Scheduler with Django on Windows platform

2023-03-30 Thread Michael Schmeinck
Hi Robbi, one solution to create a platform independent scheduler is to use the package Django-background-tasks. see: https://django-background-tasks.readthedocs.io/en/latest/ This solution works for me. Greetings and good luck Michael Von: django-users@googlegroups.com im Auftrag von Mich

Re: Django Hosting on HTTPS with nginix AWS

2023-03-30 Thread data storage
hii,Himanshu https://www.youtube.com/watch?v=dBTIAfi7y5U On Tue, Mar 28, 2023 at 3:22 PM Himanshu Shekhar Mohapatra < himanshu.mohapatr...@gmail.com> wrote: > Hi all, > > Please help me with any curated list of steps using which I can host > Django application in aws ubuntu with https certifica

Re: TypeError at /register User() got unexpected keyword arguments: 'name1', 'name2', 'country'

2023-03-30 Thread Fathimanesmi As
django user has the following fields model : - username - password - email <

Re: TypeError at /register User() got unexpected keyword arguments: 'name1', 'name2', 'country'

2023-03-30 Thread Alex Sonar
Hi Ebenezer, Could I ask you to show the content of the model file, please? On Thursday, March 30, 2023 at 5:21:06 AM UTC+3 Ebenezer Otchere wrote: > I am trying to collect user information and save in my database but i keep > getting this error > and i dont know the way around it so help me the