From: Lucian Ursu Date: Sat, 12 Jan 2013 10:27:35 +0000 (+0200) Subject: Deleted Procfile because it's heroku specific and requirements.txt because the requir... X-Git-Tag: release-20150131~566^2^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4844374352a53b1d44547ce71defc5018e23771;p=oweals%2Fkarmaworld.git Deleted Procfile because it's heroku specific and requirements.txt because the requirements have their own directory. --- diff --git a/Procfile b/Procfile deleted file mode 100644 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 index 903625d..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ --r reqs/prod.txt -pylibmc==1.2.3