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

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 <m.mirghorb...@gmail.com> 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, > s

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

Re: Beginner's question about urls.py

2012-02-22 Thread shartha
Thanks for everyone for their help/time =) On Feb 22, 10:19 pm, shartha <m.mirghorb...@gmail.com> wrote: > Jonathan, how did you conclude that? > > On Feb 22, 10:00 pm, Jonathan Paugh <jpa...@gmx.us> wrote: > > > > > > > > > What puzzles me is t

Re: Beginner's question about urls.py

2012-02-22 Thread shartha
PROBLEM SOLVED! This was a host specific problem and the customer service helped me solve it. I just needed to restart the application! On Feb 22, 10:19 pm, shartha <m.mirghorb...@gmail.com> wrote: > Jonathan, how did you conclude that? > > On Feb 22, 10:00 pm, Jonathan Paugh

Re: Beginner's question about urls.py

2012-02-22 Thread shartha
Jonathan, how did you conclude that? On Feb 22, 10:00 pm, Jonathan Paugh <jpa...@gmx.us> wrote: > What puzzles me is thathttp://chekonam.info/claims that uWSGI doesn't > know about the project--presumably the one under /admin. > > Is this relevant? > > On 02/22/2012

Re: Beginner's question about urls.py

2012-02-22 Thread shartha
wrote: > Check your urls.py there could be conflicting statements: > > http://stackoverflow.com/questions/4174610/django-admin-page-not-foun... > > Check out the stackoverflow question > > Best Regards, > > Stanwin Siow > > On Feb 23, 2012, at 11:20 AM,

Re: Beginner's question about urls.py

2012-02-22 Thread shartha
st Regards, > > Stanwin Siow > > On Feb 23, 2012, at 10:58 AM, shartha wrote: > > > > > > > > > Hello, > > > I am trying to deploy a simple django site. The host I have chosen > > installed django for me. But the problem is they have modified the >

Beginner's question about urls.py

2012-02-22 Thread shartha
Hello, I am trying to deploy a simple django site. The host I have chosen installed django for me. But the problem is they have modified the files a little bit and it sometimes gets confusing for a novice person like me. Here is my question: This is the urls.py on the server: