mrooney / mikesgoals

a goal-tracking site inspired by joesgoals.com, powered by Django and Redis
6 stars 4 forks source link

Unknown command: 'supervisor' #2

Closed jpf closed 11 years ago

jpf commented 11 years ago

I don't know how to Django. Help?

Here's what I'm getting:

$ ./manage.py supervisor Unknown command: 'supervisor'

jpf commented 11 years ago

To work around this, I had to start redis manually, per settings_deploy.py:

$ redis-server redis.conf --port 15126

mrooney commented 11 years ago

Totally my fault, fixed in documentation now!