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
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
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
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
4 matches
Mail list logo