随笔分类 -  Django

摘要:Adding static files 阅读全文
posted @ 2015-12-10 22:34 sam_rui 阅读(76) 评论(0) 推荐(0)
摘要:Customize the admin page 阅读全文
posted @ 2015-12-10 22:34 sam_rui 阅读(104) 评论(0) 推荐(0)
摘要:Test 阅读全文
posted @ 2015-12-10 22:34 sam_rui 阅读(117) 评论(0) 推荐(0)
摘要:Form 阅读全文
posted @ 2015-12-10 22:33 sam_rui 阅读(88) 评论(0) 推荐(0)
摘要:View In Django, each view is represented by a simple python function.To get from a URL to view, Django uses what are know as 'URLconfs'. A URL conf m... 阅读全文
posted @ 2015-12-10 22:32 sam_rui 阅读(175) 评论(0) 推荐(0)
摘要:Database Default database In the project setting file 'samsite/settings.py', there are some lines' code about the db. DATABASES = { 'default'... 阅读全文
posted @ 2015-12-10 22:31 sam_rui 阅读(188) 评论(0) 推荐(0)
摘要:Django Admin Django entirely automates creation of admin interfaces for models.The admin isn't intended to be used by site visitors.It's for site m... 阅读全文
posted @ 2015-12-10 22:31 sam_rui 阅读(168) 评论(0) 推荐(0)
摘要:Demo Install Verifing C:\Users\sam_rui python version Python 3.5.0 C:\Users\sam_rui python Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, ... 阅读全文
posted @ 2015-12-10 22:30 sam_rui 阅读(184) 评论(0) 推荐(0)