Skip to content

Commit

Permalink
Fixed: removed django-celery stuff
Browse files Browse the repository at this point in the history
This should have been removed earlier...my bad.
  • Loading branch information
mrbannon committed May 26, 2014
1 parent c410d02 commit 8187730
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
https://www.djangoproject.com/download/1.7.b4/tarball/
django-celery
Pillow==2.4.0
Werkzeug==0.9.4
amqp==1.4.5
Expand Down
2 changes: 0 additions & 2 deletions rodan/settings_production.py.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import djcelery
djcelery.setup_loader()

DEBUG = True

Expand Down

0 comments on commit 8187730

Please sign in to comment.