Hi All,

May I ask this question,

I am using Django 1.8.4 with Python 2.7

After I run the development server by running this 
command c:\Python27\python.exe manage.py runserver and access the below 
given URL,

http://127.0.0.1:8000/

I get this error, May I know how to resolve this issue?

Best Regards
Francis

ImproperlyConfigured at /

Creating a ModelForm without either the 'fields' attribute or the 'exclude' 
attribute is prohibited; form CommitmentForm needs updating.

Request Method:GETRequest URL:http://127.0.0.1:8000/Django 
Version:1.8.4Exception 
Type:ImproperlyConfiguredException Value:

Creating a ModelForm without either the 'fields' attribute or the 'exclude' 
attribute is prohibited; form CommitmentForm needs updating.

Exception Location:c:\Python27\lib\site-packages\django\forms\models.py in 
__new__, line 274Python Executable:c:\Python27\python.exePython Version:
2.7.10Python Path:

['c:\\data1\\SocialGame\\sg',
 'C:\\windows\\SYSTEM32\\python27.zip',
 'c:\\Python27\\DLLs',
 'c:\\Python27\\lib',
 'c:\\Python27\\lib\\plat-win',
 'c:\\Python27\\lib\\lib-tk',
 'c:\\Python27',
 'c:\\Python27\\lib\\site-packages',
 'c:\\data1\\SocialGame\\sg',
 'c:\\data1\\SocialGame\\sg\\SocialGame\\../..',
 'c:\\data1\\SocialGame\\sg']

Server time:Mon, 24 Aug 2015 15:03:37 +0800

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/28ad1260-55f4-4eb2-af6c-5daee988e0ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to