summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'`