Changeset 20 for trunk/urls.py

Show
Ignore:
Timestamp:
02/07/08 18:35:56 (1 year ago)
Author:
nobu
Message:

fixed #4 #8

  • サイトマップの追加。
  • 個別ページの追加。
  • テストの更新。
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/urls.py

    r16 r20  
    1717    ) 
    1818 
     19urlpatterns += patterns('common.views', 
     20    url(r'^sitemap.xml$', 'sitemap', name='sitemap'), 
     21) 
     22 
    1923urlpatterns += patterns('', 
    2024    (r'^', include('blog.urls')),