Here I let you how I do.

https://debsconsultores.blogspot.com/2018/12/agregar-usuario-crea-en-modelo.html



Dios L@s Bendiga

Saludos,



[image: --]

daniel.bojorge
[image: http://]about.me/daniel.bojorge
<http://about.me/daniel.bojorge?promo=email_sig>
 *Curso Desarrollo Web con Python usando Django 2.1 Para Principiantes*
<https://goo.gl/oeT5Sx>
*WebService RestFul API con Python usando Django RestFrameWork*
<https://goo.gl/j8i34C>
*Fácil Replicación de Cualquier Base de Datos y/o Sistema Operativo*
<https://goo.gl/HjtExs>
*Programación en Capas (Web y Escritorio)* <https://goo.gl/zGZpSD>
Mi Blog <http://debsconsultores.blogspot.com>
Nicaragua

"Si ustedes permanecen unidos a mí, y si permanecen fieles a mis
enseñanzas, pidan lo que quieran y se les dará.
(Juan 15:7 DHH)
Bendito el varón que se fía en el SEÑOR, y cuya confianza es el SEÑOR.
(Jeremías 17:7 RV2000)



El lun., 1 abr. 2019 a las 12:05, omar ahmed (<omarkad...@gmail.com>)
escribió:

> ok i solved it
> name = request.user.username
> form = CommentForm(initial={'author': name})
> return render(request, 'core/add_comment_to_news.html', {'form':form
>
>
> On Monday, April 1, 2019 at 6:02:21 PM UTC+2, omar ahmed wrote:
>>
>> explain please
>>
>> On Monday, April 1, 2019 at 3:57:48 PM UTC+2, OnlineJudge95 wrote:
>>>
>>> +1
>>> DoesNotMakesSenseError("Author of any comment should not be related to
>>> the currently logged in user")
>>>
>>> On Mon, Apr 1, 2019, 7:09 PM Joel Mathew <jo...@joel.su> 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> 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.
>>>>> To post to this group, send email to django...@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/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...@googlegroups.com.
>>>> To post to this group, send email to django...@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/CAA%3Diw_9E9szHxpGUwXB1UFgcEkJDOCaSK8-an%2BxFyV0jt4sR2g%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CAA%3Diw_9E9szHxpGUwXB1UFgcEkJDOCaSK8-an%2BxFyV0jt4sR2g%40mail.gmail.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/c9fa9229-3443-4a38-9a51-96670e84b03e%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/c9fa9229-3443-4a38-9a51-96670e84b03e%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/CAMQeQjap5xJwi%2BrqRLjSVTQoFDKjfzVBRuQ1kj0MgLVzLVYLxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to