heroku django staticfiles

2014-09-24 Thread Eddilbert Macharia
Hello. I have a django app on heroku, the first time i git push , static files work perfectly. But any subsequent pushes break the staticfiles. I get "Oserr:no such folder or file on app/{ myappname }/static". Whats the issue ?? I have followed the django heroku getting started especillay fo

Re: heroku django

2014-09-11 Thread ngangsia akumbo
Thanks very much bro can we meet online my skype ngangsi.richard On Thursday, September 11, 2014 1:21:06 PM UTC+1, Kevin Ndung'u wrote: > > Yes, you can. You can develop locally then when the time comes to deploy > it then add it to Github and subsequently to Heroku. > > I personally prefer th

Re: heroku django

2014-09-11 Thread Kevin Ndung'u
There is really no difference when you add it to Github or Heroku, in my opinion. Achieves the same result in the end. On Thursday, September 11, 2014 11:42:12 AM UTC+3, ngangsia akumbo wrote: > > or should i create my app locally add it on git hub and clone it on heroku > if that is a better pro

Re: heroku django

2014-09-11 Thread Kevin Ndung'u
Yes, you can. You can develop locally then when the time comes to deploy it then add it to Github and subsequently to Heroku. I personally prefer this since you get to focus on the app first and deploy later. On Thursday, September 11, 2014 11:29:39 AM UTC+3, ngangsia akumbo wrote: > > i have a

Re: heroku django

2014-09-11 Thread ngangsia akumbo
or should i create my app locally add it on git hub and clone it on heroku if that is a better process please can some one guide me through? On Thursday, September 11, 2014 9:29:39 AM UTC+1, ngangsia akumbo wrote: > > i have a problem > can i create a complete django application on my machine befo

heroku django

2014-09-11 Thread ngangsia akumbo
i have a problem can i create a complete django application on my machine before deplying it to heroku that is i start by creating the django app on my local linux machine before trying to deploy it online i a confused here a bit pleas i need some help -- You received this message because you

Re: Instagram + Heroku + Django + HTTP headers

2014-06-04 Thread Daniel Roseman
On Tuesday, 3 June 2014 22:35:07 UTC+1, Dr Shauny wrote: > > Hi, > > I have a Django/Python app that is hosted on Heroku. The app uses the > Instagram API. > > I am trying to secure the app by enforcing signed HTTP headers using > X-Insta-Forwarded-For. > > The actual header value is constructed

Instagram + Heroku + Django + HTTP headers

2014-06-03 Thread Dr Shauny
Hi, I have a Django/Python app that is hosted on Heroku. The app uses the Instagram API. I am trying to secure the app by enforcing signed HTTP headers using X-Insta-Forwarded-For. The actual header value is constructed as - "The expected value is a combination of the client's IP address and

Heroku & Django: Database configuration issues with dj-database-url

2012-10-14 Thread Tuss4
I'm currently following Heroku's guide to Django on Heroku, but when it comes to configuring the database in settings.py I'm just at a lost. I tried copying and pasting the code provided: " import dj_database_url DATABASES = {'def