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 17:23:43 UTC+1 raeeshr...@gmail.com 
> wrote:
>
>> 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:
>>>
 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 this is stil what i got...kindly, assist me. 
> i'm lost [image: ddjango2.png][image: ddjango3.png]
>
> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>
>> 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 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 "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to django-users...@googlegroups.com.
>
 To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>  
> 
> .
>


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d513980a-767d-4275-9abe-29e26424b5cbn%40googlegroups.com.


[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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADGZiBofKxmphoEvZ3H9NK-GROaa8Gu94L3k6XB%2BQVL6xeqfvA%40mail.gmail.com.


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 elvisa...@gmail.com wrote:
>
>> Good !
>>
>> Le dim. 4 déc. 2022 à 22:04, Michael Starr  a 
>> écrit :
>>
>>> Thank you, Peter. I forgot to acknowledge your contribution.
>>>
>>> On Wednesday, November 30, 2022 at 4:43:47 PM UTC-8 Ryan Nowakowski 
>>> wrote:
>>>
 On Wed, Nov 30, 2022 at 09:16:39AM -0800, Michael Starr wrote: 
 > Thank you. Though, that hard codes everything, which is bad. How do I 
 > generalize it? 

 You'll need to do 2 things: 

 1. Add the pet(s) you want to the template context, probably by 
 implementing get_context_data[1]. 

 2. Change your template to use the pet from the template context 
 instead of the hard code pet, Mocha. Assuming your pet in the template 
 context is named 'pet': 

 Pet Profile: {{ 
 pet.name }} 

 ...alternatively since you've implemented get_absolute_url: 

 Pet Profile: {{ pet.name }} 


 [1] 
 https://docs.djangoproject.com/en/4.1/ref/class-based-views/mixins-simple/#django.views.generic.base.ContextMixin.get_context_data
  

>>> -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/e8afb697-d067-4cc6-bda8-93dd9b8748een%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/43d43c8a-6393-4398-8040-7431a915844bn%40googlegroups.com.


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?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5294bc5b-8f8e-4e23-a6bf-9b6fad8c38e5n%40googlegroups.com.


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:
>
>> 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 this is stil what i got...kindly, assist me. 
>>> i'm lost [image: ddjango2.png][image: ddjango3.png]
>>>
>>> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>>>
 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 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 
>>> "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django-users...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d9ebbcd0-951b-4951-a7b5-28208e7c3a3fn%40googlegroups.com.


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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b5c44682-12fa-4e46-8174-3e67f90af9c4n%40googlegroups.com.


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 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>
>> 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 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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d7dd955e-67b8-4592-96dd-714e335429f3n%40googlegroups.com.


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, 2022, 9:31 PM Adekola Aderonmu  wrote:
>>
>>> okay, is this what you mean [image: dddjango2.png][image: dddjango1.png]
>>>
>>> On Thursday, 15 December 2022 at 16:47:14 UTC+1 bhuvn...@gmail.com
>>> wrote:
>>>
 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 :
>> from PMSdetails_data import views
>>
>> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu 
>> 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 at 15:59:19 UTC+1 Adekola Aderonmu
>>> wrote:
>>>
 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 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 "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it,
>>> send an email to django-users...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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...@googlegroups.com.
>
 To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com
> 
> .
>
 --
>>> 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...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/585b58fb-9bdf-4ec6-a795-edd660d086e1n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/208cf259-28f0-436d-8156-b7afec6fb1abn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BZJHEqhKg-3Tv0v5v0CvpEcs_BG4HhKJqK%2BfYPxU1OvCz8O-w%40mail.gmail.com.


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: dddjango2.png][image: dddjango1.png]
>>
>> On Thursday, 15 December 2022 at 16:47:14 UTC+1 bhuvn...@gmail.com wrote:
>>
>>> 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 :
> from PMSdetails_data import views
>
> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu  
> 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 at 15:59:19 UTC+1 Adekola Aderonmu 
>> wrote:
>>
>>> 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 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 "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>  
>> 
>> .
>>
> -- 
 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...@googlegroups.com.

>>> To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com
  
 
 .

>>> -- 
>> 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...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/585b58fb-9bdf-4ec6-a795-edd660d086e1n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/208cf259-28f0-436d-8156-b7afec6fb1abn%40googlegroups.com.


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 :
>> from PMSdetails_data import views
>>
>> On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu  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 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>>>
 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 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
>>> "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BZJHEr4vTGuB6sWiABstQJZfEYSE%3DmpX%3Dc4MW%3DTDLvPvvZ_cQ%40mail.gmail.com.


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 this is stil what i got...kindly, assist me. i'm 
>> lost [image: ddjango2.png][image: ddjango3.png]
>>
>> On Thursday, 15 December 2022 at 15:59:19 UTC+1 Adekola Aderonmu wrote:
>>
>>> 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 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 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/99713555-5073-48ac-9317-62d74e06f3b7n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/64ec41d0-2c7e-4efa-8cf4-ecac4d84f91dn%40googlegroups.com.


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 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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/216bec4e-e69c-4afa-9776-a79baecfd9ffn%40googlegroups.com.


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 "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/893d96a0-150e-a980-6ee7-da7df66a4bee%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


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 probably a coding logic error.  The ORM doesn’t pick 
and chose fields at random to update or save, it saves the fields that you 
specify in your code.

Without seeing the code, it’s hard to give any specifics.

But generally make sure that your values are completely set before you call for 
a save.

- Benjamin


> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/9d531041-fc01-4c85-8dd5-53da116ffe8an%40googlegroups.com
>  
> .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7905B592-4EAE-4258-8B14-CD5F2A274B73%40schollnick.net.


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 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/84ae5f37-3689-4d31-85af-a518953fedean%40googlegroups.com
>  
> .
> 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0323E798-2341-4DDB-9299-90BCDFBCE449%40schollnick.net.


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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9d531041-fc01-4c85-8dd5-53da116ffe8an%40googlegroups.com.