Re: (yet another) Custom templatetag raising KeyError when DEBUG=False

2014-12-27 Thread Alexandre Provencio
27;s happening that's > causing the 500 in the first place. If you configure ADMINS, you'll get an > email with the traceback. > > Collin > > On Tuesday, December 23, 2014 6:04:35 AM UTC-6, Alexandre Provencio wrote: >> >> Hi Collin, thanks for answering. >&

Re: (yet another) Custom templatetag raising KeyError when DEBUG=False

2014-12-23 Thread Alexandre Provencio
olved_args, **resolved_kwargs) File "/home/xand/Documentos/src/Projetos/django-foo/app/templatetags/helper_tags.py", line 14, in change_lang path = context['request'].path File "/home/xand/.virtualenvs/django-foo/local/lib/python2.7/site-packages/django/template/contex

(yet another) Custom templatetag raising KeyError when DEBUG=False

2014-12-20 Thread Alexandre Provencio
Hello all, this is a cross post i made on stackoverflow http://stackoverflow.com/questions/27503581/yet-another-custom-templatetag-raising-keyerror-when-debug-false I'm trying to use a custom templatetag (this one actually: https://djangosnippets.org/snippets/2875/), on my project which works fine

DeserializationError while loading a datamigration for auth data

2013-05-23 Thread Alexandre Provencio
Hello guys, I'd like to auto populate my app recently converted to south, with permission group and user data. However, after generating a fixture and calling it from the datamigration I'm getting this error. I've put the steps I'm taking detailed here http://stackoverflow.com/questions/16470492/de

Re: planetdjango.org down?

2012-11-03 Thread Alexandre Provencio
Alright, its working again, thank you :) On Fri, Nov 2, 2012 at 6:30 AM, Adomas Paltanavičius wrote: > On Friday, October 26, 2012 3:35:45 PM UTC+1, Alexandre Provencio wrote: >> >> Can't access since yesterday :/ > > > I am looking into this. Should be back

planetdjango.org down?

2012-10-26 Thread Alexandre Provencio
Can't access since yesterday :/ -Alexandre -- You received this message because you are subscribed to the Google Groups "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.

MyUser model on Inline

2012-05-31 Thread Alexandre Provencio
hello guys, I have this MyUser class with a OTO to auth.User. I was trying to make an inline for it with form=UserCreationForm, however django complains that the object doesn't have a set_password method (as expected), so, is ok to inherit as in MyUser(auth.User) on this case, even though it does n