solved
#APPEND_SLASH = False
2013/5/27 Anshik Andrey
> Hi.
> on the local PC all works
>
> on the server, when I'm trying xxx.yyy/admin, i've got 404, and there is
> no diff DEBUG=True/False
> how to detect error?
>
> my urls.py, and in the settings.py
Hi.
on the local PC all works
on the server, when I'm trying xxx.yyy/admin, i've got 404, and there is no
diff DEBUG=True/False
how to detect error?
my urls.py, and in the settings.py 'django.contrib.admin', ALLOWED_HOSTS =
['127.0.0.1', 'xxx.yyy']
from django.contrib.staticfiles.urls import s
Django 1.2 In forms
widget=forms.DateTimeInput(attrs={'id':'dateTimeCustom'},
format='%Y-%m-%d %H:%M:%S',
)
This is default django format in widgets.py. When I try to set custom
format, it doesn't work in validation.
--
You receive
3 matches
Mail list logo