iHere Blog 1.0.2 安装配置
Friday, March. 27. 2009 –
Category: GAE 开发 –
16 Comments
Tags:
blog
ihere
做了个幻灯:-)
16 Response to “iHere Blog 1.0.2 安装配置”
Leave a Reply
Logo
About Me
-
A Computer Geek in Beijing, China. Focus on Web2.0 Technology: Google App Engine, Python, Django, Software Architecture, Agile, JAVA, J2EE, JavaScript, etc.
Coding for fun, Coding with passion :-) It's my life!
Most Popular Posts
- 1. GAE限制续 (2044)
- 2. Eclipse Google Plugin安装指南 (1905)
- 3. iHere Blog 1.0.2 安装配置 (1755)
- 4. iHere Blog 安装 简要配置 (1458)
- 5. 终于在做导入的时候遇到了GAE的瓶颈 (1194)
- 6. 新加Ajax效果Page flow (1058)
- 7. GAE上面的Unittest总结 (1048)
- 8. Web Python IDE Py I/O release! (1021)
- 9. 新东西 呵呵 JS3D (1006)
- 10. 转向了Appengine patch (992)
Tags
-
App Engine
Appengine patch
Django
Google
Google App Engine
Google App Engine
Java
algorithm
api
app
appengine
autodiscovery
blog
cache
chat
cloud computing
cron jobs
datastore
demo
feature
fetion
fridge
gae
geo
google
google app engine
google docs
googlemaps
iHere Blog History
ide
ihere
inforsphere
install
java
jquery
map
mashup
memcache
metaweblog
new
nutch
open source
pageflow
plugin
projects
pyio
python
quota
release
released
rss
sdk
snap
sort
topStory
twitter
weblog api
杂记


8 months ago IP:125.122...
evertobe, 500服务器纠结中...,的错误是什么意思啊?我删除日志的时候老是出现这个错误,后面还跟着副“where's my page”的图片。
谢谢。
8 months ago IP:61.149....
可能你的数据有整合性的问题
注意:如果导入后出现500错误 可能需要清空数据重新导入:
用admin帐户登入blog 选择右侧console菜单 左侧第2项
在 console里面执行
from blog.models import *
db.delete(Tag.all())
db.delete(Post.all())
db.delete(Category.all())
db.delete(Comment.all())
db.delete(Event.all())
7 months, 2 weeks ago IP:24.196....
You have done some great work, I'd love to try it out but unfortunatly Need to see more sample and documentation in english please..
The work and example are sorely needed for newbies like myself, but the added problem of doccumentation cannot be overcome. My bet is if you could get some more english up the interest in the project would soar!!
I've been wading through both the django docs and the appengine stuff and can't get much beyod the sample, so a more complete project such as thsi would help, the other (Rafe) sample is not complete, lacks css and js which takes a lot of the learning tracks away...
7 months, 1 week ago IP:89.77.2...
We need english translation
6 months, 2 weeks ago IP:59.172....
你好,我问个比较弱的问题: 上传好了以后怎么进后台? /admin/ 这个是后台吗?用户名和密码是怎么设置的啊? 还有,我在首页点“登录”,用google account登录以后,没反应。。。 我不太懂这个,麻烦解说一下行么?谢谢啦!
6 months, 2 weeks ago IP:222.129...
Sorry for keeping your guys waiting,I'll translate the docs by this weekend. :S Kind of busy during these days:S
6 months, 2 weeks ago IP:222.129...
上传好了以后怎么进后台? 后台有3个分别作不同用处 如果要管理blog文章的话 进/admin/ (这个需要你先用你注册的那个gmail帐号登录你的blog之后) 如果要进入google自己的后台查看log等信息的话进 http://appengine.google.com/ 如果要flush cache 执行个管理脚本啥的 进/console/
6 months, 1 week ago IP:153.65....
不知道为什么我在 appconfig.py update xxx的时候最后总是提示 index错误 这是为什么呢?
5 months, 3 weeks ago IP:64.233....
我也遇到楼上说的appcfg.py update ihere\的错误了,如下。而且用其他的blog程序也是如此,比如micolog。博主解决一下吧。网上我搜了一下,有个帖子http://blog.topxd.com/2009/05/6/Micolog-blog-error.html不知道是否有帮助~我照它的做了发现还是有错误~ E:\Program Files\Google\google_appengine>appcfg.py update micolog\ Scanning files on local disk. Initiating update. Could not guess mimetype for static/images/favicon.ico. Using application/octet -stream. Cloning 20 static files. Cloning 91 application files. Deploying new version. Checking if new version is ready to serve. Will check again in 1 seconds. Checking if new version is ready to serve. Closing update: new version is ready to start serving. Uploading index definitions. Error 400: --- begin server output --- Creating a composite index failed: This index: entity_type: "Archive" ancestor: false Property { name: "date" direction: 2 } is not necessary, since single-property indices are built in. Please remove it f rom your index file and upgrade to the latest version of the SDK, if you haven't already. --- end server output --- Your app was updated, but there was an error updating your indexes. Please retry later with appcfg.py update_indexes. E:\Program Files\Google\google_appengine>
5 months, 3 weeks ago IP:221.221...
ok 是会有这个问题,我也刚刚注意到 这个是index.yaml的问题 暂时的解决办法 在index.yaml中删除如下的内容: - kind: Archive properties: - name: date direction: desc 如果还有其他的错误 请参照出错信息里面的提示 删除index entity_type: "Archive" ancestor: false Property { name: "date" direction: 2 } "Archive"对应 kind,name: "date" 对应 name: date,direction: 2 对应direction: desc 参照这样的格式去找index 不要多删除其他的 PS: 这个是因为google 变更了index的处理方式 我手头没有多余的app 一直无法复现 麻烦 解决之后 贴下你的index.yaml 谢谢
5 months, 3 weeks ago IP:221.221...
提个issue吧 index.yaml可以贴在那里:-) http://code.google.com/p/ihere-blog/issues/list
4 months, 3 weeks ago IP:58.247....
test
4 months, 1 week ago IP:221.218...
你的gae sdk用的什么版本?
3 months, 3 weeks ago IP:77.253....
hello, i want to use your blog system, but first i have to understand all the components and there is my question: i take a deep look at the code, but i don't know, how the css and js files are generating in {%block css and block js... ,could you tell me where i should look for the files(which files) where it is coded and from which templates it inheritance. i really really can't find it. i will be very thankful if you reply to me ;)
3 months, 3 weeks ago IP:202.108...
Sorry for the misunderstanding of {%block css and block js .Well, actually I didn't use this block.The code is from appengine patch sample.So you can just ignore it.
3 months, 1 week ago IP:211.157...
http://localhost:8080/admin/的用户名密码是什么? 是不是要要自己创建superuser?