Re: Problem with django admin

2013-05-27 Thread Anshik Andrey
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 &#x

Problem with django admin

2013-05-27 Thread 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 'django.contrib.admin', ALLOWED_HOSTS = ['127.0.0.1', 'xxx.yyy'] from django.contrib.staticfiles.urls import s

widget DateTimeInput

2010-08-06 Thread Anshik
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