我试图运行python manage.py runserver
,但收到以下错误。你知道我该如何解决吗?
jalal@mona:/research/jalal/django/djcode/mysite$ python manage.py runserver
Validating models...
Unhandled exception in thread started by <bound method Command.inner_run of <django.contrib.staticfiles.management.commands.runserver.Command object at 0x13f8ed0>>
Traceback (most recent call last):
File "/home/jalal/.pythonbrew/pythons/Python-2.6/lib/python2.6/site-packages/django/core/management/commands/runserver.py", line 92, in inner_run
__init__() keywords must be strings
如何解决这个问题?
谢谢。