我早就在设法建立django,以便我开始学习。 但是,我甚至可以表明一种简单的看法。 我的档案结构:
âââ __init__.py
âââ __init__.pyc
âââ manage.py
âââ media
âââ pages
â  âââ views.py
âââ settings.py
âââ settings.pyc
âââ templates
â  âââ base.html
â  âââ home.html
âââ urls.py
âââ urls.pyc
令人担心的是, we子计算机是如何用树头打印的。 这里是我的档案:
from django.conf.urls.defaults import patterns, include, url
# Uncomment the next two lines to enable the admin:
from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns( ,
# Examples:
url(r ^$ , testsite.pages.views.home , name= home ),
# url(r ^testsite/ , include( testsite.foo.urls )),
# Uncomment the admin/doc line below to enable admin documentation:
# url(r ^admin/doc/ , include( django.contrib.admindocs.urls )),
# Uncomment the next line to enable the admin:
url(r ^admin/ , include(admin.site.urls))
)
基本上,我要举一例。 观点。 但是,它可以发现这种错误,并给我留下错误: 不能进口试验。 页: 1 错误是: 没有标明网页的模块。 意见:
我对 p和jan来说都是新鲜的,因此,我大概会做一些非常简单的事。 提前感谢!