Iata ce se intampla ....
cand folosesc
python manage.py runserver
127.0.0.1:8080
pagina admin e ok ...
Insa cand folosesc
python manage.py runfcgi method=threaded host=127.0.0.1 port=8801
Imi da eroare :
DatabaseError at /admin/
no such table: django_session
Request Method: GET
Request URL:
http://127.0.0.1/admin/
Django Version: 1.3
Exception Type: DatabaseError
Exception Value:
no such table: django_session
Exception Location: C:\Python27\lib\site-packages\django\db
\backends\sqlite3\base.py
in execute, line 234
Python Executable: C:\Python27\python.exe
Python Version: 2.7.0
Python Path:
['C:\\nginx-1.0.5\\html\\mysite',
'C:\\Python27\\lib\\site-packages\\flup-1.0.2-py2.7.egg',
'C:\\nginx-1.0.5\\html\\mysite\\testapp',
'C:\\Python27\\Scripts',
'C:\\Python27\\python27.zip',
'C:\\Python27\\DLLs',
'C:\\Python27\\lib',
'C:\\Python27\\lib\\plat-win',
'C:\\Python27\\lib\\lib-tk',
'C:\\Python27',
'C:\\Python27\\lib\\site-packages']
Server time: Mon, 1 Aug 2011 18:32:37 +0300