Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到以下 Django 错误:
“RuntimeError:应用程序注册表尚未准备好。”
我正在使用 django 1.7 开发版本。
这可能会有所帮助:
try: import django django.setup() except AttributeError: pass