I accidentally uploaded another app to my Heroku folder called social... so I have two apps -- spicestore
and social
now. Rather than running python spicestore/manage.py runserver
Heroku is running python social/manage.py runserver
. I deleted the folder social
off of Heroku by running a bash terminal and out of my git folder, but that didn't set it back.
How can I explicitly tell it where to point, and also delete social
from my Heroku directory for good?