Having problems installing Heroku database

2014-01-12 Thread Scott Meyers
Trying to get started with Django. My tutorial tells me to run pip install dj-database-url. When I do that, I get: postgres@precise64:/vagrant/projects2/microblog$ pip install dj-database-url Downloading/unpacking dj-database-url Cannot fetch index base URL http://pypi.python.org/simple/ Could

How to re-sync with Heroku?

2014-01-09 Thread Scott Meyers
Newbie here (obviously!). I'm starting a Django project in Cygwin. I push to Heroku. I'm playing around, checking heroku logs, and my power goes out. So I boot my computer, get back into Cygwin, go back into my project's root. How do I sync it with Heroku again? If I type heroku ps or hero

Re: Deploying to Heroku for first time, Dynos is blank, not recognizing Procfile

2014-01-08 Thread Scott Meyers
9:55 AM, Vibhu Rishi > > wrote: > >> yes. just create a text file with no extension. Here's mine for reference >> : >> >> $ cat Procfile >> web: gunicorn qj.wsgi >> >> >> V. >> >> >> On Tue, Jan 7, 2014 at 9:31 AM, Scott

Deploying to Heroku for first time, Dynos is blank, not recognizing Procfile

2014-01-06 Thread Scott Meyers
Programming newb, Trying to use Heroku for the first time for a Django app. After I push it to Heroku, the Dynos field is blank. I expected to see my procfile: web: python manage.py runserver 0.0.0.0:$PORT --noreload Of course, when I try to open the application on Heroku, I get: An error occ