• DoesNotExist at /admin/


    DoesNotExist at /admin/

    User has no account.
    Request Method: GET
    Request URL: http://127.0.0.1:8000/admin/
    Django Version: 1.6.1
    Exception Type: DoesNotExist
    Exception Value:
    User has no account.
    Exception Location: /usr/local/lib/python2.7/dist-packages/django/db/models/fields/related.py in __get__, line 206
    Python Executable: /usr/bin/python
    Python Version: 2.7.3
    Python Path:
    ['/home/nan/Documents/mysite',
     '/usr/local/lib/python2.7/dist-packages/setuptools-2.0.2-py2.7.egg',
     '/usr/local/lib/python2.7/dist-packages/Pillow-2.3.0-py2.7-linux-x86_64.egg',
     '/usr/local/lib/python2.7/dist-packages/django_user_accounts-1.0b18-py2.7.egg',
     '/usr/local/lib/python2.7/dist-packages/django_appconf-0.6-py2.7.egg',
     '/usr/local/lib/python2.7/dist-packages/pytz-2013.8-py2.7.egg',
     '/usr/lib/python2.7',
     '/usr/lib/python2.7/plat-linux2',
     '/usr/lib/python2.7/lib-tk',
     '/usr/lib/python2.7/lib-old',
     '/usr/lib/python2.7/lib-dynload',
     '/usr/local/lib/python2.7/dist-packages',
     '/usr/lib/python2.7/dist-packages',
     '/usr/lib/python2.7/dist-packages/PIL',
     '/usr/lib/python2.7/dist-packages/gst-0.10',
     '/usr/lib/python2.7/dist-packages/gtk-2.0',
     '/usr/lib/pymodules/python2.7',
     '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
     '/usr/lib/python2.7/dist-packages/ubuntuone-client',
     '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel',
     '/usr/lib/python2.7/dist-packages/ubuntuone-couch',
     '/usr/lib/python2.7/dist-packages/ubuntuone-installer',
     '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol']
    Server time: Wed, 1 Jan 2014 23:33:24 +0800

    Traceback Switch to copy-and-paste view

    • /usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py in get_response
      1.                 response = middleware_method(request)
        ...
    • build/bdist.linux-x86_64/egg/account/middleware.py in process_request
      1.         account = getattr(request.user, "account", None)
        ...
    • /usr/local/lib/python2.7/dist-packages/django/utils/functional.py in inner
      1.         return func(self._wrapped, *args)
        ...
    • /usr/local/lib/python2.7/dist-packages/django/db/models/fields/related.py in __get__
      1.                                                   self.related.get_accessor_name()))
        ...
  • 相关阅读:
    [shell]Shell经常使用特殊符号
    谈谈大三找暑假实习
    使用zTree控件制作的表格形式的树形+数据菜单
    Bestcoder #47 B Senior's Gun
    使用awrextr.sql导出awr原始数据
    linux/shell 文本文件删除/删掉空行
    python 统计文本文件的行数
    check if a linux process is done using bash 检查进程是否在运行
    umount移动硬盘遇到device is busy问题
    Python读写文件
  • 原文地址:https://www.cnblogs.com/xiangnan/p/3501160.html
Copyright © 2020-2023  润新知