renamed the db and removed taggind as of now
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 12:24:21 +0530
changeset 309 5eb99afe6350
parent 308 dca28aad6760
child 310 c7fb9663c3a1
renamed the db and removed taggind as of now
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',