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
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
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
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
4 matches
Mail list logo