问题标签 [pythonanywhere]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
django - 如何在没有 openshift 的情况下托管 Django localhost 应用程序?
我已经在我的本地主机中创建了一个 Django 应用程序。现在我需要在互联网上托管。我也尝试过openshift和pythonanywhere。但是托管并不像我想的那样容易。我如何在云中托管本地主机应用程序?
pythonanywhere - PythonAnywhere“无法导入名称日期解析”
我正在按照本网站的说明进行操作。
我在 PythonAnywhere 中这样做。
当我运行此代码时:
我收到此错误:
我不确定 PythonAnywhere 的库中是否有 dateparse。如果没有,那么我如何包含 dateparse?
python - Pythonanywhere MySQL 连接
我是 pythonanywhere 的新手,目前正在使用它和瓶子框架部署我的第一个应用程序。我已经使用在线控制台创建了一个数据库,但我不知道访问它的语法。它与本地部署时的语法相同吗?或者是别的什么?MySQLdb 已导入...感谢您的帮助。
pythonanywhere - django.core.exceptions.AppRegistryNotReady:模型尚未加载。好吃的派
继续寻找让 oauth2.0 在 pythonanywhere 上工作的答案。
我正在关注本教程:http: //ianalexandr.com/blog/building-a-true-oauth-20-api-with-django-and-tasty-pie.html
我正在使用 django 1.6:https ://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango
当我到达这行代码时:
看来我在行出现错误:
它引发了一个错误:
这是完整的堆栈跟踪:
我似乎无法找到如何加载模型。如果我的想法是正确的。
flask - 如何在 pythonanywhere 上使用 flask-migrate?
有人有在 pythonanywhere 上成功使用 flask-migrate 的例子吗?有没有人有一个简单的例子来说明使用迁移的 app.py 应该是什么样子?类似于以下内容:
我发现当我尝试跑步时
它无法生成迁移存储库。这可能是 pythonanywhere 上的文件权限问题吗?
python - Django 视图接收到不完整的 POST 有效负载
我有一个简单的看法如下:
当我 POST 到映射到此视图的 URL 时,我的控制台显示了一个不完整且损坏的有效负载。它大约是它应有的尺寸的三分之一,即使如此,对我来说第三个也不是连续的,而是随机交付的。如下:
2014-09-30 18:47:21
<QueryDict: {u'payload': [u'{"zen":"Avoid administrative distraction.","hook_id":3103635,"hook":{"url":"https://api.github.com/repos/valeyard/SearchDemon/hooks/3103635","test_url":"https://api.github.com/repos/valeyard/SearchDemon/hooks/3103635/test","id":3103635,"name":"web","active":true,"events":["push"],"config":{"secret":"","url":"http://searchdemon.pythonanywhere.com/searchdemon/stackcommits/","content_type":"json","insecure_ssl":"0"},"last_response":{"code":null,"status":"unused","message":null},"updated_at":"2014-09-29T20:56:33Z","created_at":"2014-09-29T20:56:33Z"},"repository":{"id":24075885,"name":"SearchDemon","full_name":"valeyard/SearchDemon","owner":{"login":"valeyard","id":5278331,"avatar_url":"https://avatars.githubusercontent.com/u/5278331?v=2","gravatar_id":"","url":"https://api.github.com/users/valeyard","html_url":"https://github.com/valeyard","followers_url":"https://api.github.com/users/valeyard/followers",
2014-09-30 18:47:21
.github.com/repos/valeyard/SearchDemon/issues{/number}","pulls_url":"https://api.github.com/repos/valeyard/SearchDemon/pulls{/number}","milestones_url":"https://api.github.com/repos/valeyard/SearchDemon/milestones{/number}","notifications_url":"https://api.github.com/repos/valeyard/SearchDemon/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/valeyard/SearchDemon/labels{/name}","releases_url":"https://api.github.com/repos/valeyard/SearchDemon/releases{/id}","created_at":"2014-09-15T22:10:54Z","updated_at":"2014-09-24T17:12:44Z","pushed_at":"2014-09-29T20:42:34Z","git_url":"git://github.com/valeyard/SearchDemon.git","ssh_url":"git@github.com:valeyard/SearchDemon.git","clone_url":"https://github.com/valeyard/SearchDemon.git","svn_url":"https://github.com/valeyard/SearchDemon","homepage":null,"size":1172,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_downloads":tr
有任何想法吗?有人告诉我,这不是 PA 的基础设施问题,所以很可能是我的问题。但我不知道是什么
python - Module rest_framework not found on pythonanywhere.com app
I am having trouble deploying my app on pythonanywhere.com. I have followed instructions to get teh django rest frameowrk package installed via pip by running the following
pip install --user djangorestframework
When I go into my console and run pip freeze
it outputs djangorestframework==2.4.3
as one of the installed packages.
However, if I got to my python console and try import rest_framework
or try to add rest_framework
as an installed app in my django settings, I get this error.
ImportError: No module named 'rest_framework'
How do I get it to be recognized by my console and my application?
django-settings - pythonanywhere的django settings.py
我有 django 应用程序,我在本地开发并部署到 pythonanywhere。
Local Setting.py 包含 sqlite-db、本地静态路径等。pythonanywhere 上的 Setting.py 包含 mysql-db、静态的 cdn 链接等。
我想在我的 git 中有一个设置文件,并进行一些这样的检查
settings.py 的最佳实践在哪里?
pythonanywhere 提供了哪些 os.environ?
python - 使用 PythonAnywhere 作为游戏服务器
我正在构建一个回合制游戏,我希望实现客户端-服务器式网络。我真的只需要发送几个对象的位置和其他一些易于编码的数据。我对网络很陌生,尽管我已经在套接字和扭曲中编写了一些基本的东西。但是,现在,我需要能够将数据发送到不在本地网络上的计算机,并且我无法进行端口转发,因为我没有对路由器的管理员访问权限,而且我也没有因为我从来没有做过,所以完全肯定这无论如何都会奏效。所以,我想在 PythonAnywhere 上运行一些 Flask、Bottle 或 Django 等代码。然后,客户端将数据发送到 PythonAnywhere 上的服务器代码,当轮到时,另一个客户端将在服务器上查找它需要的信息。我想那么服务器将充当具有一些简单的 getter 和 setter 方法的数据库。我的问题是如何实施?我的客户端程序上的 Socket 代码可以与 PythonAnywhere 上的 Flask 代码对话吗?
django - pythonanywhere:拒绝用户 'USERNAME'@'%' 访问数据库
我正在使用www.pythonanywhere.com来部署我的 Django 项目。pythonanywhere的数据库设置如下:
使用“manage.py migrate”命令设置数据库时,出现错误消息:
文件中的 DATABASES 设置settings.py
如下。
我可以使用以下命令在控制台中运行 mysql:
当我输入以下命令时:
我收到错误消息:
“显示数据库;” 命令显示没有名为“mysql”的数据库。
当我输入以下命令时:
我也收到了错误信息:
那么,如何设置数据库呢?