开发者社区> 问答> 正文

Django服务器启动时报错,求助 ,新手?报错

 E:\pythonwebproject\pythonweb>python manage.py runserver
Validating models...

Unhandled exception in thread started by <function wrapper at 0x01DE69F0>
Traceback (most recent call last):
  File "C:\Python26\Lib\site-packages\django\utils\autoreload.py", line 93, in wrapper
    fn(*args, **kwargs)
  File "C:\Python26\Lib\site-packages\django\core\management\commands\runserver.py", line 92, in inner_r
    self.validate(display_num_errors=True)
  File "C:\Python26\Lib\site-packages\django\core\management\base.py", line 277, in validate
    num_errors = get_validation_errors(s, app)
  File "C:\Python26\Lib\site-packages\django\core\management\validation.py", line 35, in get_validation_
    for (app_name, error) in get_app_errors().items():
  File "C:\Python26\Lib\site-packages\django\db\models\loading.py", line 166, in get_app_errors
    self._populate()
  File "C:\Python26\Lib\site-packages\django\db\models\loading.py", line 72, in _populate
    self.load_app(app_name, True)
  File "C:\Python26\Lib\site-packages\django\db\models\loading.py", line 96, in load_app
    models = import_module('.models', app_name)
  File "C:\Python26\Lib\site-packages\django\utils\importlib.py", line 35, in import_module
    __import__(name)
  File "C:\Python26\Lib\site-packages\django\contrib\auth\models.py", line 21, in <module>
    from django.contrib.contenttypes.models import ContentType
  File "C:\Python26\Lib\site-packages\django\contrib\contenttypes\models.py", line 127, in <module>
    class ContentType(models.Model):
  File "C:\Python26\Lib\site-packages\django\db\models\base.py", line 88, in __new__
    new_class.add_to_class('_meta', Options(meta, **kwargs))
TypeError: Error when calling the metaclass bases
    __init__() keywords must be strings

展开
收起
爱吃鱼的程序员 2020-06-22 22:17:40 531 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    好像是数据库没设置??配了sqlite3TypeError:Errorwhencallingthemetaclassbases 
        init()keywordsmustbestrings 

    我曾遇到与你一模一样的问题。

    你可能用的Django1.5以上版本的,换一个低版本的Django如1.2.7即可。

    2020-06-22 22:17:56
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
如何运维千台以上游戏云服务器 立即下载
网站/服务器取证 实践与挑战 立即下载
ECS块储存产品全面解析 立即下载