ok i understood ....
does it work :
request.user.username

On Monday, April 1, 2019 at 3:39:25 PM UTC+2, Joel Mathew wrote:
>
> This does not make sense to me. A model is not a dynamic entity. It is 
> something that's created beforehand. Getting the current username into 
> model should be done in your logic (views), or the template
> Sincerely yours,
>
>  Joel G Mathew
>
>
>
> On Mon, 1 Apr 2019 at 19:01, omar ahmed <omark...@gmail.com <javascript:>> 
> wrote:
>
>> i want to put value of logged in user.username in author field
>> class Comment(models.Model):
>> leaguenews = models.ForeignKey(LeagueNews, on_delete= models.CASCADE, 
>> related_name='comments')
>> author = models.CharField(max_length=200)
>> text = models.TextField()
>>
>> -- 
>> 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/8a24a020-af3a-4a5f-ac25-5da3aa1fa8db%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/8a24a020-af3a-4a5f-ac25-5da3aa1fa8db%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3e8e76f4-fe38-45c5-ae03-a8520c21a8fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to