Hey guys,
i am using sqlite3 for my django app. BUT I have problems installing
it. Here are my configs:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add
'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'C:\Users\Maximus\Desk
Hey guys,
i am trying to configure sqlite3(cause it seems to be easier than
postgresql) for django:
my setting.py file is:
DATABASES = {
'default': {
'ENGINE': 'sqlite3', #'django.db.backends.', # Add
'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME
Hey guys,
i am trying to install pysqlite under win 7, but the installation
routine always terminates...(I always have to kill the process ,cause
the installation routine always hangs on)
My python version:
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2
(default, Jun 24 20
3 matches
Mail list logo