django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/dc43b846-00be-46e0-b530-6d224410fff2%40googlegroups.com.
> For more options, visit https://groups.go
Thanks, it worked.
Changing @override_settings(AUTH_USER_MODEL='auth.User') for
@override_settings(AUTH_USER_MODEL='auth.CustomUser') made the trick.
On Sun, Sep 29, 2013 at 9:09 PM, Russell Keith-Magee
wrote:
>
> On Mon, Sep 30, 2013 at 7:27 AM, Serge G. Spaolonzi
>
or the test only.
Thanks
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.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+unsub
ause 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.
> Visi
t; final_attrs = self.build_attrs(attrs, type=self.input_type,
name=name)
> if value != '':
> final_attrs['value'] = ', '.join(v for v in value])
> return format_html('', flatatt(final_attrs))
Thanks
--
Serge G.
= patterns('', url_list)
return urlpatterns
urlpatterns = get_urls()
It throws "url() takes at least 2 arguments (2 given)"
Any idea?
Thanks
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
--
You received this message because you are subscribed to th
objects and a tuple with the attributes to be
shown.
Python/django fits my requirements but I am looking the most efficient way
to do it. The inner loop is expensive.
Regards
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
--
You received this message because you are subscribed
ps.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
--
You received this message because you are subscribed t
have to repeat the code but win
the processor time used to iterate through attributes.
Is there a better way to do it in Django templates?
Thanks
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
--
You received this message because you are subscribed to the Google Groups
"Dja
Thanks, It worked.
On Mon, Feb 18, 2013 at 1:00 PM, Tom Evans wrote:
> On Mon, Feb 18, 2013 at 2:41 PM, Serge G. Spaolonzi
> wrote:
> > Thanks Pankaj, In this case I could not use an HttpResponse because the
> > helper method I am developing doesn't return a respose
on then status_code in header is set by
> django.core.handlers.modpython.ModPythonHandler -
>
https://github.com/django/django/blob/stable/1.4.x/django/core/handlers/wsgi.py#L245-L253
>
> This response is served by Webserver.
>
> Sincerely,
> Pankaj Singh
> http://about.me/ps
tp404'.
Thanks
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.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...@
to see how it stores user id in the session, then watch for
> that in your session backend's __setattr__ method.
>
> _Nik
>
> On 1/21/2013 2:35 PM, Serge G. Spaolonzi wrote:
> > I am looking the way to selective clear determinate user sessions from
> > the server. It
that user and cleans it.
How can I find an user's session from an user's id?
What would be the most efficient way to archive this?
Thanks
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
--
You received this message because you are subscribed to the Google Groups
"
t; "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-
Try removing the quotes from 'polls.views.vote':
Regards
--
Serge G. Spaolonzi
Cobalys Systems
http://www.cobalys.com
On Mon, Aug 13, 2012 at 11:46 PM, Syam Palakurthy
wrote:
> Hi - I could not find any explanation that fixed the problem, until I ran
> across this person
Sorry, I forgot to include the link:
http://cobalys.github.com/adminmax/
On Fri, Aug 10, 2012 at 1:09 PM, Serge G. Spaolonzi wrote:
> Hi,
> I would like to share this skin (open source) with other Django
> developers. This skin is non intrusive, it does not touch any file of the
Hi,
I would like to share this skin (open source) with other Django developers.
This skin is non intrusive, it does not touch any file of the django
installation, it works by linking the new CSS files in the settings.py file.
My plan for adminmax is to extend and change some of the django admi
18 matches
Mail list logo