Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
Good day, kindly do assist me resolve this error. On Thursday, 15 December 2022 at 17:32:01 UTC+1 Adekola Aderonmu wrote: > okay here is the file structure[image: 1.png][image: 2.png][image: > 3.png][image: > 4.png][image: 5.png][image: 6.png][image: 7.png] > > On Thursday, 15 December 2022 at

[no subject]

2022-12-15 Thread Anshuman Thakur
Hi Team, i have deployed my application but when i am accessing camera through android phone and windows it asking for allow camera option but when iam using ios it not showing camera option can anyone help mai regarding to this issue I am using getusermedia to access the camera -- You received

Re: URL evaluates to 'slug' literally instead of the variable slug

2022-12-15 Thread Michael Starr
Sorry for that crass, asinine comment. I had a flare up of my condition. Thank you all for the help. Mike On Sunday, December 11, 2022 at 4:32:04 PM UTC-8 Michael Starr wrote: > It's poorly written and mine isn't. Am I better than them. > > On Monday, December 5, 2022 at 6:36:30 AM UTC-8

Modelviewset action decorators

2022-12-15 Thread Glossy Webs
hello guys im a junior developer learning django right now am in viewset concept rightnw but i could find the right answer for what is action decorater default=True/false in modelviewset. what does that exactly do on the internet can someone explain me what does that exactly do in detail? --

Re: Resolving my display

2022-12-15 Thread Raeesh 23
from app_name import views it is imported inside urls.py On Thursday, 15 December 2022 at 21:14:06 UTC+5:30 gabk...@gmail.com wrote: > please, where am i to import the views from. please, pardon me. > Thanks. > > On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > >>

How to set uploaded imagefield image size both in forms or models

2022-12-15 Thread Raeesh 23
How to set uploaded imagefield image size both in forms or models -- 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...@googlegroups.com. To

Re: Resolving my display

2022-12-15 Thread Raeesh 23
import views.py file like that: from app_name import views On Thursday, 15 December 2022 at 20:47:52 UTC+5:30 gabk...@gmail.com wrote: > hello, so i tried it and this is stil what i got...kindly, assist me. i'm > lost [image: ddjango2.png][image: ddjango3.png] > > On Thursday, 15 December 2022

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
Screenshot of folder structure On Thu, Dec 15, 2022, 9:46 PM Adekola Aderonmu wrote: > sorry, i did'nt get that. can i send what? > > On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote: > >> Can you send ss of the file structure of your project. >> >> >> On Thu, Dec 15,

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
sorry, i did'nt get that. can i send what? On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote: > Can you send ss of the file structure of your project. > > > On Thu, Dec 15, 2022, 9:31 PM Adekola Aderonmu wrote: > >> okay, is this what you mean [image:

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
In the file where your PMSdetails_data and admin url is located On Thu, Dec 15, 2022, 9:14 PM Adekola Aderonmu wrote: > please, where am i to import the views from. please, pardon me. > Thanks. > > On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > >> Import views first

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
please, where am i to import the views from. please, pardon me. Thanks. On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > Import views first : > from PMSdetails_data import views > > On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu wrote: > >> hello, so i tried it and

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
yes, it has. [image: ddjango1.png] or is there any other URL i need to look at On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote: > On 15/12/2022 15.37, Adekola Aderonmu wrote: > > so sorry > > Have you tried looking into what the error message informs you to do? > > Does

Re: Resolving my display

2022-12-15 Thread 'Kasper Laudrup' via Django users
On 15/12/2022 15.37, Adekola Aderonmu wrote: so sorry Have you tried looking into what the error message informs you to do? Does PMSdetails_data/urls.py have any URL patterns in it? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups

Re: objects.create only pupulate few fileds and when called again it populate all the fiedls in DB

2022-12-15 Thread Benjamin Schollnick
> When I create an object of model and assign few values to it then the objects > get created but only few values get populated but again if I get the created > object and assign the values it get populated this time > > Anyone have any idea why it is happening Generally speaking this is

Re: Resolving my display

2022-12-15 Thread Benjamin Schollnick
> Good day, i'm just beginning to learn django. Kindly help resolve this error. What error are you experiencing, since there’s no obvious issue in the screen capture that I see? - Benjamin > > > -- > You received this message because you are subscribed to the Google Groups >

objects.create only pupulate few fileds and when called again it populate all the fiedls in DB

2022-12-15 Thread Shrimad Mishra
When I create an object of model and assign few values to it then the objects get created but only few values get populated but again if I get the created object and assign the values it get populated this time Anyone have any idea why it is happening -- You received this message because you