On 9/5/06, limodou <[EMAIL PROTECTED]> wrote:
> On 9/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Link: http://code.google.com/p/diamanda/
> > The SVN repository contains the latest code for diamanda wiki and
> > MyghtyBoard forum (NEW).
> >
> > Requiremens:
> > - django svn or 0.95 with sitemap package (get from svn/trac and place
> > the folder in contrib)
> > - strip-o-gram http://www.zope.org/Members/chrisw/StripOGram
> > - PIL
> > - read the readme
> >
> > SyncDB note:
> > - currently both apps have extra SQL data which is imported on first
> > syncdb. THE SQL work only on mysql (should on postgres - not tested,
> > doesn't work with sqlite) will be fixed in the next days.
> >
> > Note:
> > this is in developement code. myghtyboard is the main thing that will
> > going to change (better form handling, extend User for "new
> > post/topic", user profile etc.) Suggestions, comments and help is
> > always welcomed :)
> >
> > Screenshots:
> > http://www.fotosik.pl/showFullSize.php?id=6e4562271af1b2c6 - diamanda
> > main page
> > http://www.fotosik.pl/showFullSize.php?id=54bdf49cdabf864d - login with
> > captcha (pil)
> >
> > http://www.fotosik.pl/showFullSize.php?id=8dcbbc266fee58f7 - forum /
> > aeolus theme
> > http://www.fotosik.pl/showFullSize.php?id=8e3c66a5b2084b69 - posts /
> > aeolus
> > http://www.fotosik.pl/showFullSize.php?id=999f5141e34cdbd7 - warcraft
> > theme
> > http://www.fotosik.pl/showFullSize.php?id=236c6f1ce874b483 - warcraft
> > again
> >
> > http://www.fotosik.pl/showFullSize.php?id=68c7f7fcea6613d4 - admin panel
> >
I found a bug, as I visit the http://localhost:8000/ there shows a
debug page, said:

Cann't import the module 'sitemap'

I checked the newest version of django, the "sitemap" in contrib
folder shoulb be "sitemaps", so as I changed the code in
wiki/feeds.py:

from django.contrib.sitemap import Sitemap

to

from django.contrib.sitemaps import Sitemap

everything is ok.
-- 
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad

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

Reply via email to