Deleted Procfile because it's heroku specific and requirements.txt because the requir...
authorLucian Ursu <lucian.ursu@gmail.com>
Sat, 12 Jan 2013 10:27:35 +0000 (12:27 +0200)
committerLucian Ursu <lucian.ursu@gmail.com>
Sat, 12 Jan 2013 10:27:35 +0000 (12:27 +0200)
Procfile [deleted file]
requirements.txt [deleted file]

diff --git a/Procfile b/Procfile
deleted file mode 100644 (file)
index 7095cd1..0000000
--- a/Procfile
+++ /dev/null
@@ -1,3 +0,0 @@
-web: newrelic-admin run-program gunicorn -c gunicorn.py.ini wsgi:application
-scheduler: python manage.py celery worker -B -E --maxtasksperchild=1000
-worker: python manage.py celery worker -E --maxtasksperchild=1000
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644 (file)
index 903625d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
--r reqs/prod.txt
-pylibmc==1.2.3