Re: New app crashes the project on server

2012-02-25 Thread Mike Dewhirst
On 26/02/2012 1:16pm, shartha wrote: Yes I do. I was also instructed to add it to the root folder of my project, but I am not sure what that means exactly. =( I think your first thought might be correct. The path is important. Here are two suggestions both of which have solved such problems fo

Re: New app crashes the project on server

2012-02-25 Thread shartha
Yes I do. I was also instructed to add it to the root folder of my project, but I am not sure what that means exactly. =( On Feb 25, 7:20 pm, Mike Dewhirst wrote: > On 26/02/2012 10:10am,sharthawrote: > > > ImportError at / > >>  No module named moh > > Do you have a file called __init__.py  in t

Re: New app crashes the project on server

2012-02-25 Thread Mike Dewhirst
On 26/02/2012 10:10am, shartha wrote: ImportError at / No module named moh Do you have a file called __init__.py in the directory? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegr

Re: New app crashes the project on server

2012-02-25 Thread shartha
Is there anyone who could give me a hint on this? =( On Feb 24, 11:28 pm, shartha wrote: > Hi, > > Is there any reason whenever I add an app to my application using > "python manage.py startapp", add the app name to my INSTALLED_APP, > sync my database, and restart my application, I get the 502 B

New app crashes the project on server

2012-02-24 Thread shartha
Hi, Is there any reason whenever I add an app to my application using "python manage.py startapp", add the app name to my INSTALLED_APP, sync my database, and restart my application, I get the 502 Bad Gateaway Error? I didn't have this problem locally. The debugger returns this for an app calle