Re: How to use URL namespaces in tests?

2012-09-05 Thread Natim
Ok it is quite easy, you are missing {% load url from future %} in your template. Le jeudi 23 août 2012 09:25:54 UTC+2, e.generalov a écrit : > > Url patterns which provided by a django application should be > addressedexternally in > the form of "namespace:name". I guess it will be connected t

Re: How to use URL namespaces in tests?

2012-09-05 Thread Natim
I've got the same problem any ideas ? Le jeudi 23 août 2012 09:25:54 UTC+2, e.generalov a écrit : > > Url patterns which provided by a django application should be > addressedexternally in > the form of "namespace:name". I guess it will be connected to the project as > follows: > > project/urls

Re: gettext is not defined - js error in admin calendar.js

2008-10-13 Thread Natim
I did it :D Here are my information : Here is my Form.Field definition : dob = forms.DateField(label="Date of birth", input_formats=['%Y-%m- %d'], widget=forms.DateTimeInput(attrs={'class':'vDateField'})) And that's it :D On 13 oct, 08:52

Re: gettext is not defined - js error in admin calendar.js

2008-10-12 Thread Natim
You have to do like that : And define in you urls.py (r'^jsi18n/$', 'django.views.i18n.javascript_catalog', {'packages': 'django.conf'}), Let me know if it does works :) On 8 sep, 14:37, ykb <[EMAIL PROTECTED]> wrote: > Could you please let us know in a little more detail on how to set the