anyone have used the djikiki,a django wiki engine?
i want to write a wiki engine with django like the djikiki.i installed
the Djikiki.but i encounter a problem.
i execute manage.py runserver there is no error.then i check the
http://127.0.0.1:8000/admin. the django give me a trackback like this
below. i want konw what wrong with it? how can i fix it? thanks


TypeError at /admin/
__init__() takes at most 4 arguments (5 given)
Request Method:         GET
Request URL:    http://127.0.0.1:8000/admin/
Exception Type:         TypeError
Exception Value:        __init__() takes at most 4 arguments (5 given)
Exception Location:     D:\Python\Lib\site-packages\django\conf\urls
\defaults.py in patterns, line 18
--~--~---------~--~----~------------~-------~--~----~
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