I try to Install the Django-Cms using this link
http://www.django-cms.org/en/documentation/2.0/installation/
I face this error. I am able understand this error
ERROR is : -
{
ImproperlyConfigured at /
'PageAdmin.exclude' refers to field 'created_by' that is missing from
the form.
Request Method: GET
Request URL: http://localhost/django/
Django Version: 1.2.1
Exception Type: ImproperlyConfigured
Exception Value:
'PageAdmin.exclude' refers to field 'created_by' that is missing from
the form.
Exception Location: /usr/local/lib/python2.6/dist-packages/django/
contrib/admin/validation.py in check_formfield, line 361
Python Executable: /usr/bin/python
Python Version: 2.6.5
Python Path: ['/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/
python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/
python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/
gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-
packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/lib/
python2.6/dist-packages/wx-2.6-gtk2-unicode', '/usr/local/lib/
python2.6/dist-packages', '/home/jagdeep/']
Server time: Sat, 21 Aug 2010 06:01:24 -0500
}
Please Help
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.