--- a/pytask/settings.py Sat Jan 08 12:11:30 2011 +0530
+++ b/pytask/settings.py Sat Jan 08 12:24:21 2011 +0530
@@ -12,7 +12,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
- 'NAME': './pytask/pytask.db', # Or path to database file if using sqlite3.
+ 'NAME': './pytask/db.db', # Or path to database file if using sqlite3.
'USER': '', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
@@ -91,7 +91,7 @@
'django.contrib.sites',
'django.contrib.messages',
'registration',
- 'tagging',
+ #'tagging',
'pytask.profile',
# Uncomment the next line to enable the admin:
'django.contrib.admin',