I've added the following to my urls.py, i don't know if they work, my
server only restarts every so often:

 (r'^archive/$', date_based.archive_index, archive_info
{'template_name': 'blog/archive.html'}),
    (r'^archive/(?P<year>d{4})/?$', date_based.archive_year,
archive_info {'template_name': 'blog/archive.html'}),

Do these look about right and how can I can a list of months in
another template, I have a template index html
and a need a list with links for each month something like:

January 2008
Febuary 2008
March 2008

with links to the urls above. I may have misunderstood this whole
thing entirly to be honest.

Regards,

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to