hello, i found this error when i login with django admin :

MOD_PYTHON ERROR

ProcessId:      3848
Interpreter:    'localhost'

ServerName:     'localhost'
DocumentRoot:   'C:/xampp/htdocs'

URI:            '/mytest/'
Location:       '/mytest/'
Directory:      None
Filename:       'C:/xampp/htdocs/mytest/'
PathInfo:       ''

Phase:          'PythonHandler'
Handler:        'django.core.handlers.modpython'

Traceback (most recent call last):

   File 
"C:\Python25\Lib\site-packages\mod_python\importer.py", 
line 1537, in HandlerDispatch
     default=default_handler, arg=req, 
silent=hlist.silent)

   File 
"C:\Python25\Lib\site-packages\mod_python\importer.py", 
line 1229, in _process_target
     result = _execute_target(config, req, object, arg)

   File 
"C:\Python25\Lib\site-packages\mod_python\importer.py", 
line 1128, in _execute_target
     result = object(arg)

   File 
"c:\python25\Lib\site-packages\django\core\handlers\modpython.py", 
line 222, in handler
     return ModPythonHandler()(req)

   File 
"c:\python25\Lib\site-packages\django\core\handlers\modpython.py", 
line 199, in __call__
     response = middleware_method(request, response)

   File 
"c:\python25\Lib\site-packages\django\contrib\sessions\middleware.py", 
line 33, in process_response
     request.session.save()

   File 
"c:\python25\Lib\site-packages\django\contrib\sessions\backends\db.py", 
line 52, in save
     session_key = self.session_key,

   File 
"c:\python25\Lib\site-packages\django\contrib\sessions\backends\base.py", 
line 152, in _get_session_key
     self._session_key = self._get_new_session_key()

   File 
"c:\python25\Lib\site-packages\django\contrib\sessions\backends\base.py", 
line 144, in _get_new_session_key
     if not self.exists(session_key):

   File 
"c:\python25\Lib\site-packages\django\contrib\sessions\backends\db.py", 
line 25, in exists
     Session.objects.get(session_key=session_key)

   File 
"c:\python25\Lib\site-packages\django\db\models\manager.py", 
line 93, in get
     return self.get_query_set().get(*args, **kwargs)

   File 
"c:\python25\Lib\site-packages\django\db\models\query.py", 
line 298, in get
     num = len(clone)

   File 
"c:\python25\Lib\site-packages\django\db\models\query.py", 
line 154, in __len__
     self._result_cache = list(self.iterator())

   File 
"c:\python25\Lib\site-packages\django\db\models\query.py", 
line 269, in iterator
     for row in self.query.results_iter():

   File 
"c:\python25\Lib\site-packages\django\db\models\sql\query.py", 
line 206, in results_iter
     for rows in self.execute_sql(MULTI):

   File 
"c:\python25\Lib\site-packages\django\db\models\sql\query.py", 
line 1700, in execute_sql
     cursor.execute(sql, params)

   File 
"c:\python25\Lib\site-packages\django\db\backends\util.py", 
line 19, in execute
     return self.cursor.execute(sql, params)

   File 
"c:\python25\Lib\site-packages\django\db\backends\sqlite3\base.py", 
line 167, in execute
     return Database.Cursor.execute(self, query, params)

OperationalError: no such table: django_session

i've put django.contrib.session into INSTALLEDD_APPS
and when i syncdb, table django_session has created.
what should i do?
============================================================================================================================
"Flexi - Gratis bicara sepanjang waktu se-Jawa Barat, Banten dan DKI Jakarta."

"Speedy - Gratis internetan unlimited dari pkl. 20.00 s/d 08.00 se-Jabodetabek, 
Banten, Karawang dan Purwakarta."
============================================================================================================================
“Nikmati akses TelkomNet Instan Week End Net hanya Rp 1.000/jam. Berlaku untuk 
Sabtu-Minggu, khusus Jawa Tengah dan DIY s/d 

31 Desember 2008”.
============================================================================================================================
"Kini telah hadir Protector, layanan keamanan online yang dapat digunakan 
langsung saat menjelajahi internet kapan saja dan 

di mana saja. Dapatkan secara GRATIS layanan Protector hingga 31 Desember 2008. 
Klik ke: http://protector.telkomspeedy.com";.

============================================================================================================================

Ikuti Speedy Blogging Competition 2008, ajang kompetisi Blog yang terbuka bagi 
semua Blogger dengan tema: Seperti Apa Konten Hebat Menurutmu? Dapatkan hadiah 
utama 1 Buah Notebook Mininote. Informasi lebih lanjut kunjungi 
http://lomba.blog.telkomspeedy.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to