On Thursday, January 25, 2018 at 4:50:10 AM UTC, Ozzy Walsh wrote:
>
> It would be helpful if you included the code associated with this as well.
>
> On Thursday, January 25, 2018 at 12:37:24 AM UTC, simon munuve wrote:
>>
>> Check the attached file ...
>>
>
The actual code. Nobody can tell how
It would be helpful if you included the code associated with this as well.
On Thursday, January 25, 2018 at 12:37:24 AM UTC, simon munuve wrote:
>
> Check the attached file ...
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe f
Check the attached file ...
--
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 djan
if you can get the request object you can get the current user with
request.user
On Mon, Apr 18, 2016 at 9:38 PM, Elias Coutinho
wrote:
> Good afternoon people,
>
> I am using django material, LayoutMixin
>
> My view is:
>
> class NewProfissoesPessoaView (LoginRequiredMixin, LayoutMixin,
>
Good afternoon people,
I am using django material, LayoutMixin
My view is:
class NewProfissoesPessoaView (LoginRequiredMixin, LayoutMixin,
extra_views.NamedFormsetsMixin,
extra_views.CreateWithInlinesView):
title = "New Job"
model = ProfissoesPesso
Hi,
I'm using django 1.0 and I have in my model a foreign key to the User
table. I want to fill this with the user which is creating the entry
and I understood I can do it in the save_model method:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_model
6 matches
Mail list logo