Re: django problem at dreamhost

2006-03-20 Thread Jaanus
> Does the "apps" directory have an __init__.py file in it? Generally > that "no module named..." error signifies there's no __init__.py. ha! that may have been it. killed apps now so cant check, but this may have been it. thanks for the pointer. -- rgds, Jaanus --~--~-~--~~-

Re: django problem at dreamhost

2006-03-20 Thread Adrian Holovaty
On 3/20/06, Jaanus <[EMAIL PROTECTED]> wrote: > I can understand this and this all makes sense. What doesn't make sense > though, is that if the app lives in the "apps" directory, Django tells > me "no module named apps" - although all the settings are correct and > it works in another host with t

Re: django problem at dreamhost

2006-03-20 Thread Jaanus
limodou wrote: > It'll setup a app named appname in current directory, but not apps > directory. So if you want to create a new app in apps directory, you > should go into apps directory, and run the django-admin.py. Or create > the app manually it easy. I can understand this and this all makes s

Re: django problem at dreamhost

2006-03-19 Thread Vladimir Tarasov
$ cd myapp $ python manage.py sqlreset appname --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group,

Re: django problem at dreamhost

2006-03-19 Thread limodou
On 3/20/06, Jaanus <[EMAIL PROTECTED]> wrote: > > hmm.. and just as I wrote this, I noticed the Django demo page on that > Linux host says... > > "Start your first app by running trmproject/manage.py startapp > [appname]." > > After I did it, the new app showed up right in the project's directory,

Re: django problem at dreamhost

2006-03-19 Thread James Bennett
On 3/19/06, Jaanus <[EMAIL PROTECTED]> wrote: > After I did it, the new app showed up right in the project's directory, > without "apps". So in one host it is with "apps" and in another it's > not. What's the logic behind that? At least I got it to work for myself > but would be good to know... T

Re: django problem at dreamhost

2006-03-19 Thread Jaanus
hmm.. and just as I wrote this, I noticed the Django demo page on that Linux host says... "Start your first app by running trmproject/manage.py startapp [appname]." After I did it, the new app showed up right in the project's directory, without "apps". So in one host it is with "apps" and in ano

Re: django problem at dreamhost

2006-03-19 Thread Jaanus
This "no module named apps" is driving me nuts. Anyone, please help. I took the settings from my Windows laptop where it worked, and am trying to install in a Linux host. Here's the dump of "sqlreset", so this happens even before I ever get around to getting anything to run on the server. The Djan

Re: django problem at dreamhost

2006-02-27 Thread Jeremy Jones
On Sat, 25 Feb 2006 15:32:42 -0800 "Bryant" <[EMAIL PROTECTED]> wrote: > > I have what I think is a similar problem - first time posting here so > please, be gentle. > > I followed the instructions on the Django on Dreamhost wiki and > correctly installed django. Everything seems to work fine..

Re: django problem at dreamhost

2006-02-25 Thread Bryant
I have what I think is a similar problem - first time posting here so please, be gentle. I followed the instructions on the Django on Dreamhost wiki and correctly installed django. Everything seems to work fine... database tables are as expected... then I try to access mydomain.com/admin or mydom

Re: django problem at dreamhost

2006-02-24 Thread MC
I too have had issues with dreamhost concerning core files and performance. Every week I'll find a build up of 4-5 core.* dumped files. And most of the time my site gutata.com performs very slowly on gower.dreamhost.com. Granted I'm using the cheapest package and perhaps I have a slow implementati

Re: django problem at dreamhost

2006-02-24 Thread [EMAIL PROTECTED]
I'm on Debian, but that's because I have another couple of Debian servers already. It's very good, but the stable release won't have the latest versions of newer software. I use a stable release, then added other software manually, eg lighttpd. That caused a few version conflicts with APT (the pa

Re: django problem at dreamhost

2006-02-24 Thread Spider
Derek, what Linux distribution are your running at rimuhosting.com? I'm about to sign up with them myself. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Re: django problem at dreamhost

2006-02-23 Thread [EMAIL PROTECTED]
should have said, I don't use Dreamhost, so this has nothing to do with their setup. I'm on rimuhosting.com, which is great. Derek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: django problem at dreamhost

2006-02-23 Thread [EMAIL PROTECTED]
I had this problem recently. I had built a small project to learn Django in january, using the latest trunk source. It worked fine, so when I started a second project about 2 weeks ago, I used the same structure with project/apps/myapp1 ... But I got the same error: 'no module named apps'. I ch

Re: django problem at dreamhost

2006-02-21 Thread Julio Nobrega
It looks like something wrong with your code: appname = 'taravar.apps.pages', No module named apps... On 2/20/06, Lachlan Cannon <[EMAIL PROTECTED]> wrote: > > I've been having 500 errors at Dreamhost too. The week before last I finished > my > site, had it up and running and everything was fi

Re: django problem at dreamhost

2006-02-20 Thread Amit Upadhyay
On 2/21/06, Lachlan Cannon <[EMAIL PROTECTED]> wrote: I've been having 500 errors at Dreamhost too. The week before last I finished mysite, had it up and running and everything was fine. Then checked it on the nextMonday, and having not changed anything I was getting thi

Re: django problem at dreamhost

2006-02-20 Thread Lachlan Cannon
I've been having 500 errors at Dreamhost too. The week before last I finished my site, had it up and running and everything was fine. Then checked it on the next Monday, and having not changed anything I was getting this mess. Dreamhost say they haven't changed an

Re: django problem at dreamhost

2006-02-19 Thread Eugene Lazutkin
Amit Upadhyay wrote: > > How do you get a new machine? Will I have to create a new account? 1) I think it is the right time to contact DreamHost's support: https://panel.dreamhost.com/index.cgi?tree=support.msg, and let them know about your problems. 2) W.r.t. RoR's #5. If you use flup or its

Re: django problem at dreamhost

2006-02-19 Thread Amit Upadhyay
On 2/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have had this exact same experience.  I do not know what causes it tohappen or what makes it fix itself.  I thought the problem was relatedto the new svn feature.  Have you started using that? I do not use the new svn feature, but I have us

Re: django problem at dreamhost

2006-02-19 Thread [EMAIL PROTECTED]
I have had this exact same experience. I do not know what causes it to happen or what makes it fix itself. I thought the problem was related to the new svn feature. Have you started using that? I have a few domains hosted at dreamhost (on different machines). One machine has had problems (squ

Re: django problem at dreamhost

2006-02-19 Thread Amit Upadhyay
On 2/20/06, Nathan Clayton <[EMAIL PROTECTED]> wrote: I'd suggest that you make sure that you've followed the directions on the dreamhost wiki for Django ( http://wiki.dreamhost.com/index.php/Django), and then check that you're not getting the same issue that some of the ROR guys have experienced (

Re: django problem at dreamhost

2006-02-19 Thread Jeremy Jones
On Mon, 20 Feb 2006 02:37:20 +0530 "Amit Upadhyay" <[EMAIL PROTECTED]> wrote: > Hi, > > I am facing a weird issue with dream host, day before yesterday my > django application stopped serving requests, I have not done > anything, and its been working since about a month, and now it waits > for m

Re: django problem at dreamhost

2006-02-19 Thread Amit Upadhyay
On 2/20/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: Nope, never seen it. I suggest to verify .htaccess file and test fcgiwithout Django trying to reproduce the problem. If you didn't modifyDjango (like svn-up it), you may have some problems with disk space(unlikely) or database (unlikely too), b

Re: django problem at dreamhost

2006-02-19 Thread Nathan Clayton
On Feb 19, 2006, at 1:07 PM, Amit Upadhyay wrote:Hi,I am facing a weird issue with dream host, day before yesterday my django application stopped serving requests, I have not done anything, and its been working since about a month, and now it waits for minutes before give me 500 interneral server e

Re: django problem at dreamhost

2006-02-19 Thread Eugene Lazutkin
Amit Upadhyay wrote: > > I am facing a weird issue with dream host, day before yesterday my > django application stopped serving requests, I have not done anything, > and its been working since about a month, and now it waits for minutes > before give me 500 interneral server error. Also I get

django problem at dreamhost

2006-02-19 Thread Amit Upadhyay
Hi,I am facing a weird issue with dream host, day before yesterday my django application stopped serving requests, I have not done anything, and its been working since about a month, and now it waits for minutes before give me 500 interneral server error. Also I get lots of core files in my domain