how to config the Mnemosyn

2008-05-29 Thread Qiang
anyone can tell me how to config the follow settings in Mnenosyn,the personal wiki. if i put the Mnemosyne in the folder : D:/Mnemosyne MNEMOSYNE_SETTINGS[ 'path' ] = 'mnemosyne' MNEMOSYNE_SETTINGS[ 'media_url'] = MEDIA_URL i am so confused about that. thanks the Mnemosyne:http://mnemosyne.simon

Re: a problem with djikiki

2008-05-25 Thread Qiang
Qiang wrote: > 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.

a problem with djikiki

2008-05-24 Thread Qiang
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 be

Re: how to solve the MySQL problem?

2008-05-22 Thread Qiang
how to config the MySQL before i run the manage.py? how do i know that MySQL is running? On May 23, 12:34 am, jonknee <[EMAIL PROTECTED]> wrote: > > _mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL > > server on 'lo > > calhost' (10061)") > > It can't connect to MySQL. Make sure

how to solve the MySQL problem?

2008-05-22 Thread Qiang
when i use the Manage.py syncdb the creat the database . the django throw me this below. what's the problem about it? anyone can tell me? thanks very much Traceback (most recent call last): File "E:\wiki\manage.py", line 11, in execute_manager(settings) File "D:\Python\Lib\site-packag