- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
无法完成 rest_framework.authtoken 的迁移
Running migrations for authtoken:
- Migrating forwards to 0001_initial.
authtoken:0001_initial
FATAL ERROR - The following SQL query failed: ALTER TABLE "authtoken_token" ADD CONSTRAINT "user_id_refs_id_14b35167" FOREIGN KEY ("user_id") REFERENCES "users_user" ("id") DEFERRABLE INITIALLY DEFERRED; Error in migration: authtoken:0001_initial
DatabaseError: relation "users_user" does not exist
使用版本 djangorestframework-2.3.8
最佳答案
由于自定义用户表名称,迁移没有发生。转到初始迁移并在代码尝试访问您的自定义表的迁移中使用 db_table
指定您的用户表。这应该有效。
关于django - rest_framework authtoken 迁移错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33408860/
您好,我在调用时遇到了恢复 authToken 的问题 mAccountManager.blockingGetAuthToken(Auth.getAccount(), Auth.AUTH_TOKEN_
我有两个使用相同帐户类型的应用程序。当用户第一次打开第二个应用程序并且存在一个帐户时,我希望显示以下页面: 但是当我运行这段代码时没有任何反应: final AccountManagerFuture
我有一个非 gae、gwt 应用程序,它有一个模块,允许用户通过 google docs api 在线创建文档。 为此,我首先要求用户输入文档的名称和类型,然后通过 google docs api 使
无法完成 rest_framework.authtoken 的迁移 Running migrations for authtoken: - Migrating forwards to 0001_ini
我正在添加TokenAuthentication到我们的 Django 项目。一切都很顺利,我已经为 token 身份验证添加了迁移和单元测试: # Migration from django.db
我正在使用新 API 开发 Google Tasks 应用程序,但无法获得工作授权。我正在使用 Android AccountManager 获取 authToken,奇怪的是我收到一条错误消息,指出
我如何提出以下请求 $ curl -u eyJhbGciOiJIUzI1NiIsImV4cCI6MTM4NTY2OTY1NSwiaWF0IjoxMzg1NjY5MDU1fQ.eyJpZCI6MX0.X
我设法在 Android 中从 Google 获取了 AuthToken。现在我找不到如何使用此 token 在没有用户交互的情况下使用电子邮件 ID 和 authToken 发送电子邮件。 请提供一
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
创建 token 时出现上述错误,代码如下: from rest_framework import generics, permissions from rest_framework.response
我从开发人员那里获得了基于 Firabase Realtime DB 的 Ionic 应用程序的代码。当尝试启动应用程序时,我收到此错误消息。 [ng] src/app/data-service.se
我使用 RestFB 创建了一个 Facebook 应用程序。在我本地的环境中它运行良好。要将应用程序放到网络上,我需要获取 token 。我正在执行以下步骤: 使用应用 ID 和 key 从 Fac
我之前使用过 OAuth(使用 Twitter 和 PHP),它很简单。我正在尝试让 OAuth 与 EverNote API 示例一起工作 https://github.com/evernote/e
在我的 android 应用程序中,我创建了一个 gmail 登录。用户可以使用手机中已有的 gmail 凭据登录。问题是我没有在 android 中获得有效 token Gingerbread 操作
我的任务是为 Gmail 编写 IMAP 电子邮件客户端。到目前为止,我知道客户端应该通过 OAuth 进行身份验证(Google 也有一个 java library for IMAP auth)。但
我正在编写一个 Android 应用程序,它使用 AccountManager 来获取 token 。我可以通过 Android 应用程序与 Google Picasa 进行交互 - 它工作正常。 我
我的代码是 self.imgProfile.sd_setImage(with: URL(string: "imageURL"), placeholderImage: UIImage(named: "i
我正在尝试使用以下网址访问 Google 的待办事项提要: https://www.google.com/calendar/tdl?secid=&tdl={%22action_list%22%3A[{
我正在从网址调用obtain.auth_token,如下 url(r'^api-token/','rest_framework.authtoken.views.obtain_auth_token')
如何在 Liferay Velocity 中检索当前页面的 authToken? 例如,在 HTML 代码中有以下但我不知道是什么编码来检索为网页的当前 session 分配的 auth Token
我是一名优秀的程序员,十分优秀!