惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
人人都是产品经理
人人都是产品经理
H
Help Net Security
Y
Y Combinator Blog
B
Blog
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
D
Docker
博客园 - 聂微东
B
Blog RSS Feed
G
Google Developers Blog

Project Picky

有没有开源的 P2P 网贷系统 Upgrade Twitter API 可以将Project Picky改为Google Cloud SQL作为数据存储 Picky.olivida.com访问不了了 关于更新picky blog版本的问题 分享Picky朴素主题一个 用picky搭了一个blog,给hotot用。 如何往博客里粘贴github代码啊,就是让github里的那代码显示在picky博客里,贴地址好像不行啊 求助,Picky搭建的blog,日志发布时间不准确。。。 部署Project Picky后无法进入后台的解决办法 刚部署完,登录出现问题 请问github上picky的代码是否最新,是否保持更新? 新建了一个Project Picky,请问左边的那个google ads在那么删除? 圣诞团购:仅售100元!原价300元独立博客,送66元顶级域名 几个问题 问一个index和article问题 发现Picky加上Disqus的评论是不错的搭配。 进入Picky Writer提示错误 我想了解一下Rework首页是不是用V2EX Minisite功能生成的? writer/save 时提醒 global name 'user' is not defined 给Picky添加了PubSubHubbub支持。 Project Picky是否可能在VPS上运行? 如何绑定自己的顶级域名 进入后台出现如下的错误 请教Livid如何批量修改Picky的title_url和title_link,后缀htm改成html 请问在Picky上如何截短文章? 页面显示“hello world”,沮丧... GAE上的程序如何Down下來 关于提交按钮上的文字 想做个Picky的主题模板,用什么编辑好呢
安装报错
horse · 2010-08-22 · via Project Picky

小白提问,装picky在zhanbin.appspot.com出错
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/zhanbin/1.344259933651252454/main.py", line 52, in get
template_values['articles_total'] = articles.count()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1818, in count
result = raw_query.Count(limit=limit, rpc=rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1275, in Count
iterator = self._Run(limit=0, offset=offset, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1188, in _Run
str(exc) + '\nThis query needs this index:\n' + yaml)
NeedIndexError: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console.
This query needs this index:
- kind: Article
properties:
- name: is_page
- name: created
direction: desc