V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
roseth
V2EX  ›  Python

求一个 Django 开发博客系统的教程

  •  
  •   roseth · 2014-07-26 18:23:07 +08:00 · 6318 次点击
    这是一个创建于 3568 天前的主题,其中的信息可能已经有所发展或是发生改变。
    前端一年经验,目前在学Python,WEB方向(或者说想从WEB入手)
    花了2天事件学习了Python的语法,看语法太枯燥,也不能全部记住所有的BIF。
    接着用Django框架也做了一个无比简陋的blog。
    感觉还没用入门的样子,在github上搜索了几遍没有发现类似于
    https://github.com/nswbmw/N-blog/wiki/_pages

    这样的node的教程。

    希望大家告诉我一个类似于上面链接中的Python blog的教程。谢谢!!

    然后现在在看《The Django Book2》,如果没有教程我就只能看这个啦。。

    感谢各位
    21 条回复    2015-09-13 23:38:16 +08:00
    crazycookie
        1
    crazycookie  
       2014-07-26 18:35:32 +08:00
    ChiangDi
        2
    ChiangDi  
       2014-07-26 19:39:24 +08:00
    我最近也在学,github搜下,找些源代码看看。但是很多已经很久不更新了,唉。
    roseth
        3
    roseth  
    OP
       2014-07-26 19:46:13 +08:00
    @crazycookie 官网是关于一个投票的
    heliar
        4
    heliar  
       2014-07-26 19:55:50 +08:00
    http://www.creativebloq.com/netmag/get-started-django-7132932
    这个是最最简单的。。
    http://www.djangobook.com/en/2.0/index.html
    这个是比较复杂一点的
    他的中文版,不过翻译堪忧,还好有评注加持
    http://djangobook.py3k.cn/2.0/
    再往后就看官网文档了。
    最近也在学,希望有帮助
    talent
        5
    talent  
       2014-07-26 20:03:08 +08:00
    博客?
    既然是前端的话,开发博客就用全栈式开发吧。
    https://github.com/linnovate/mean
    https://github.com/meanjs/mean
    这二者任选其一(第二个repo的开发者是第一个repo的原开发者,二者的关系在此http://blog.meanjs.org/post/76726660228/forking-out-of-an-open-source-conflict)
    另外附上自己的repo:)
    https://github.com/just4fun/meaning
    roseth
        7
    roseth  
    OP
       2014-07-26 21:30:33 +08:00
    @talent 你这是Node.js啊。。
    roseth
        8
    roseth  
    OP
       2014-07-26 21:41:25 +08:00
    @ChiangDi 感觉python的资料比较少,比PHP少很正常,竟然比node.js还要少。
    找到一个视频,还没看。。
    http://www.tudou.com/programs/view/rYMd-sSUCCI/
    ChiangDi
        9
    ChiangDi  
       2014-07-26 21:42:41 +08:00
    @roseth 是啊,而且很多写Python的好像不喜欢用github!
    talent
        10
    talent  
       2014-07-26 22:03:22 +08:00
    @roseth 是啊,不好吗?全后端都是js,很适合前端人员。
    roseth
        11
    roseth  
    OP
       2014-07-26 22:23:39 +08:00
    @talent 个人比较喜欢Python 就像前端喜欢用coffeescript和sass
    roseth
        12
    roseth  
    OP
       2014-07-26 22:24:20 +08:00
    @ChiangDi http://www.cnblogs.com/yituo/p/3801788.html

    博客园的资料还是挺多的。之前一直忘记搜索了。不过Python的社区真的很冷清啊。
    水土不服的感觉
    no13bus
        13
    no13bus  
       2014-07-26 22:27:30 +08:00
    就看那个django book就好。之前你写过blog的应用吗?写过应该知道大概的东西,blog的话就那些东西。mvc得明白。主要是体验下django的开发方式以及orm写作方式。
    ChiangDi
        14
    ChiangDi  
       2014-07-27 23:49:30 +08:00
    嗨,学得怎么样了?
    laoisaudi
        15
    laoisaudi  
       2014-07-28 14:59:21 +08:00
    感觉这个看官方文档就够了,所有东西都说的很明白
    ChiangDi
        16
    ChiangDi  
       2014-07-29 16:34:35 +08:00
    最近学了几天,写了一个简单的留言板,40行代码不到,楼主可以参考下:
    https://github.com/dd1994/message_box
    wuxianglong
        17
    wuxianglong  
       2014-08-20 00:13:54 +08:00 via Android
    tjxiter
        18
    tjxiter  
       2015-09-13 20:29:09 +08:00
    @ChiangDi 链接挂了?
    ChiangDi
        19
    ChiangDi  
       2015-09-13 22:14:38 +08:00
    @tjxiter 哪个链接?
    tjxiter
        20
    tjxiter  
       2015-09-13 22:57:22 +08:00
    ChiangDi
        21
    ChiangDi  
       2015-09-13 23:38:16 +08:00
    @tjxiter 这个我早久前就删了,因为觉得太简单了。。。我也很久没写 Python 了,忘的差不多了,现在一般用 Ruby 和 Node 。。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2196 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 11:10 · PVG 19:10 · LAX 04:10 · JFK 07:10
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.