summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Chen <chagel@gmail.com>2009-08-09 21:44:05 +0800
committerMike Chen <chagel@gmail.com>2009-08-09 21:44:05 +0800
commit64b2939bfa1e60e61b51d8f59ddd40429bec1068 (patch)
tree5f690dc993d4ec7717a9e16dfc4a3f54f9035ba5
parent46da3fdbe80ea1f6b9278d2671757d5fdb8abcfb (diff)
downloadaskbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.tar.gz
askbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.tar.bz2
askbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.zip
merge of Evgenys changes on annoymous post
-rw-r--r--TODO4
-rw-r--r--cnprog.wsgi8
-rw-r--r--drop-all-tables.sh4
-rw-r--r--rmpyc1
4 files changed, 0 insertions, 17 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 3769fa08..00000000
--- a/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-*check change email function - there is a strange 'password' field in form
-*make reusable question-block template for index questions unanswered - get rid of copy-paste
-*unused votes count in user profile not working - left that commented out in templates/user_info.html
-*badge award notification messages need to be set fixed at place where badges are awarded
diff --git a/cnprog.wsgi b/cnprog.wsgi
deleted file mode 100644
index a1bd8039..00000000
--- a/cnprog.wsgi
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-import sys
-
-sys.path.append('/var/www/vhosts')
-os.environ['DJANGO_SETTINGS_MODULE'] = 'cnprog.settings'
-
-import django.core.handlers.wsgi
-application = django.core.handlers.wsgi.WSGIHandler()
diff --git a/drop-all-tables.sh b/drop-all-tables.sh
deleted file mode 100644
index 87783b77..00000000
--- a/drop-all-tables.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-mysql_username='cnprog'
-mysql_database='cnprog'
-mysqldump -u $mysql_username -p --add-drop-table --no-data $mysql_database | grep ^DROP
-#| mysql -u[USERNAME] -p[PASSWORD] [DATABASE]
diff --git a/rmpyc b/rmpyc
deleted file mode 100644
index 014575f6..00000000
--- a/rmpyc
+++ /dev/null
@@ -1 +0,0 @@
-rm `find . -name '*.pyc'`