Re: DateTimeField(auto_now_add=True) and admin page

2012-12-22 Thread arthur_mwai
Readonly doesn't offer flexibility at all sadly. @ DC,i have been experiencing the same problem,but funny thing is other projects prior to this one displayed DateTimeField() on the admin just fine. On Sunday, 11 December 2011 01:53:55 UTC+3, DC wrote: > > Hello Amit, > > Yes, this is solution

re:NameError at /admin/

2011-07-18 Thread arthur_mwai
I wanted to register an app called "news" in the admin site and i got this error: NameError at /admin/ name 'news' is not defined Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Django Version: 1.3 Exception Type: NameError Exception Value: name 'news' is not defined Exception Loc