# HG changeset patch # User Nishanth Amuluru # Date 1294469661 -19800 # Node ID 5eb99afe635046c8f0f8110c9fe86c485e4331d6 # Parent dca28aad67602af79bf4aad07cd37c34ac73e274 renamed the db and removed taggind as of now diff -r dca28aad6760 -r 5eb99afe6350 pytask/settings.py --- 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',