Re: moving existing django projects

2014-11-18 Thread Carl Meyer
Hi Malik, On 11/18/2014 02:32 PM, Malik Rumi wrote: [snip] > Here are my console logs: The console logs certainly suggest that the root of the problem is in what files you have in git, but there's not much clue why certain files or directories might be disappearing. Carl signature.asc

Re: moving existing django projects

2014-11-18 Thread Malik Rumi
Well, yes, Carl, I am a self taught newby learning all the assumptions, blind spots, and gotchas as I go stumbling through my learning curve. So thank you for your input. Yes, this is gunicorn. Entirely possible. I have another thread going where I learned that Heroku ascribes to 12 Factor, not

Re: moving existing django projects

2014-11-17 Thread Carl Meyer
Hi Malik, On 11/15/2014 08:52 PM, Malik Rumi wrote: > << What WSGI server are you using in the > Heroku deployment? Can you point to the instructions you followed to > deploy your project on Heroku?>> > > Simple questions with not so simple answers. I started with a Django > getting started

Re: moving existing django projects

2014-11-15 Thread Malik Rumi
<< What WSGI server are you using in the Heroku deployment? Can you point to the instructions you followed to deploy your project on Heroku?>> Simple questions with not so simple answers. I started with a Django getting started tutorial on Heroku. It had a different look and feel than the rest of

Re: moving existing django projects

2014-11-12 Thread Carl Meyer
Hi Malik, On 11/12/2014 08:27 PM, Malik Rumi wrote: > Q: This is a ‘help me understand how this works / what it does’ question > rather than a ‘help me I’m stuck’ question. I have an existing Django > project I wanted to get on Heroku. I created a new site on Heroku, > uploaded my project, and

moving existing django projects

2014-11-12 Thread Malik Rumi
Q: This is a ‘help me understand how this works / what it does’ question rather than a ‘help me I’m stuck’ question. I have an existing Django project I wanted to get on Heroku. I created a new site on Heroku, uploaded my project, and ran migrations. But all I have is a generic new, empty