Re: Facing an issue in running a Django problem

2021-03-24 Thread Prashanjeet Halder
I don't have much idea about tesorflow. This is what i found on web : https://www.codegrepper.com/code-examples/python/AttributeError%3A+module+%27tensorflow%27+has+no+attribute+%27get_default_session%27 See if that helps. On Thursday, March 25, 2021 at 2:00:56 AM UTC+5:30 Kasper Laudrup wrote:

Re: Facing an issue in running a Django problem

2021-03-24 Thread Kasper Laudrup
On 24/03/2021 10.39, Saravanan R wrote: > > I have tried different methods to get rid of this error  > But I was unable to do so It would be nice if you could tell us what "this error" is instead of sending very hard to read pictures with your phone. I'm not much of a Windows user, but I'm

Re: Installing Django Problem.

2016-07-04 Thread Steve R Burrus
Wel;l everyone I guess that I have met with success as far as connecting to   the Django server a nd configuring the admin BUT there remains A LOT of things about Django I don't know yet.    On Monday, July 4, 2016 2:31 PM, ludovic coues wrote: I could ask you what

Re: Installing Django Problem.

2016-07-04 Thread ludovic coues
I could ask you what error you get when running syncdb. I could tell you to use manage.py createsuperuser. But the best advice anyone can give you is to do a tutorial about django. The django girls one is really great. The one from the official documentation is shorter. Either one will give you a

Re: Installing Django Problem.

2016-07-04 Thread Steve Burrus
Well I successfully set up the Django server an d then connected to oit BUT I couldn't use that "syncdb" command to then set the pw and username in the admin. On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst wrote: > On 4/07/2016 1:06 PM, Steve Burrus wrote: > >> Well I did

Re: Installing Django Problem.

2016-07-04 Thread Hildeberto Mendonça
I strongly recommend this tutorial for beginners: http://tutorial.djangogirls.org/en/ I helped me on my first contact with Django. The girls are doing a great job there. On Mon, Jul 4, 2016 at 6:15 AM, Mike Dewhirst wrote: > On 4/07/2016 1:06 PM, Steve Burrus wrote: > >>

Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst
On 4/07/2016 1:06 PM, Steve Burrus wrote: Well I did tjhis okay "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but still the question persists where I go from here? I remember using "django-admin" before. How do I use that? Here is a good place to start ...

Re: Installing Django Problem.

2016-07-03 Thread Steve Burrus
Well I did tjhis okay "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but still the question persists where I go from here? I remember using "django-admin" before. How do I use that? On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst wrote: > On

Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst
On 4/07/2016 12:01 PM, Steve Burrus wrote: well I uyet again am encountering problems with installing the Django server. I managed to get to this point "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>" It looks as though you have successfully got virtualenv working. Therefore the

Installing Django Problem.

2016-07-03 Thread Steve Burrus
well I uyet again am encountering problems with installing the Django server. I managed to get to this point "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>" but where exactly do I go from here in installing django? Man y thanx to anyone who can help me with this "trying" problem of

Re: django problem with mysql and apache

2014-12-28 Thread Collin Anderson
Hi, 1. I don't do a lot of multilingual, but here's a start: https://docs.djangoproject.com/en/dev/topics/i18n/ If you have _content_ that's in multiple languages, you generally will want separate urls, like https://example.com/en/some/page/ 2. Not sure on the best forum software for django.

Re: django problem with mysql and apache

2014-12-24 Thread Sandeep kaur
On Wed, Dec 24, 2014 at 6:54 AM, wrote: > > 3 during the installation i have this probleme about mysql > > > > root@linux-pc:/home/siteweb# python3.4 manage.py migrate > Traceback (most recent call last): > File

django problem with mysql and apache

2014-12-23 Thread th . granier
Hello i have just installed Django on Ubuntu 14.04 and i'd like to know 1 how to do a multilingual site? 2 how to do a forum or use one existent 3 during the installation i have this probleme about mysql root@linux-pc:/home/siteweb# python3.4 manage.py migrate Traceback (most recent call

Re: Django : Problem with forms

2014-09-29 Thread Collin Anderson
Very interesting. Your code looks correct. Did you restart uwsgi? Does clearing out your .pyc files fix it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [View Django] Problem with view that makes add and update

2013-08-30 Thread Marcos Luiz Wilhelm
Hello! The problem that occurred was that the view when answering the case of modification, the id of the record was not passed when submitting the form. My solution was to add a block if / else to change the action of the form. The following code: http://pastebin.com/BtPrpqSJ I do not know if

Re: [View Django] Problem with view that makes add and update

2013-08-26 Thread C. Kirby
Have you verified that the url being called has a music_id? On Monday, August 26, 2013 10:40:52 AM UTC-5, Marcos Luiz Wilhelm wrote: > > Hello! > I'm having problems with a view that makes add and update > The view generates a new record rather than change a instance. > My code is this:

[View Django] Problem with view that makes add and update

2013-08-26 Thread Marcos Luiz Wilhelm
Hello! I'm having problems with a view that makes add and update The view generates a new record rather than change a instance. My code is this: http://pastebin.com/rZNAeN0p Someone can help me please? -- You received this message because you are subscribed to the Google Groups "Django users"

not so Django problem. more like fastcgi problem

2011-10-23 Thread Alexandr Notchenko
I got a problem with my Django+fcgi+Nginx setup on VMware virtual machine with “ubuntu server 11.04” my #urls.py from django.conf.urls.defaults import patterns, include, url from sitename.views import hello, my_homepage_view urlpatterns = patterns('', (r'^$', my_homepage_view),

Re: django problem

2011-06-20 Thread jaspreet kaur
Herman ,thanks a lot -- 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, send email to django-users+unsubscr...@googlegroups.com. For more options,

Re: django problem

2011-06-20 Thread Herman Schistad
On Mon, Jun 20, 2011 at 12:21, jaspreet kaur wrote: > please tell me how to place mytemplates folder in template path of django > means what is the meaning of template path of django Please Jaspreet, this is clearly stated in the documentation and I see no need to spam the

django problem

2011-06-20 Thread jaspreet kaur
hii everyone i am new to django i am doing application of django please tell me how to place mytemplates folder in template path of django means what is the meaning of template path of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: xsendfile + django problem

2011-05-25 Thread Renato Beserra
Never mind, I moved the XSendFile on up and the solution is working fine. Thanks. 2011/5/25 Renato Beserra > Hey guys, > > I am really lost here, i followed this link >

xsendfile + django problem

2011-05-25 Thread Renato Beserra
Hey guys, I am really lost here, i followed this link http://groups.google.com/group/django-users/browse_thread/thread/b4ceae1956e003e5/2ed48bf40e0226e9?lnk=gst=mod_xsendfile#2ed48bf40e0226e9 but i can't get this to work. I set up apache and xsendfile properly i guess, but i always got a empty

Re: django problem in creating server

2011-05-15 Thread Shawn Milochik
On 05/15/2011 08:16 PM, MOHAK R wrote: while creating a django server i am getting import receiver not found... i have followed all the installation process properly as mentioned in documentation. and my os is mac osx. Traceback or it didn't happen. ;o) -- You received this message because

django problem in creating server

2011-05-15 Thread MOHAK R
while creating a django server i am getting import receiver not found... i have followed all the installation process properly as mentioned in documentation. and my os is mac osx. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Django Problem

2010-02-26 Thread Jirka Vejrazka
> But  i m getting following Error after loading admin module in > setting.py(Please Download attached file from Files Section): Hi, you have not provided the error message nor any link where we can see it (as far as I can see), so it's difficult to judge what the specific problem is... Cheers

Django Problem

2010-02-26 Thread Devang
Hi Everyone, I m developiing a pastebin site for my LAN and i had follow all steps of following site: http://docs.djangoproject.com/en/dev/intro/tutorial01/ http://docs.djangoproject.com/en/dev/intro/tutorial02/#intro-tutorial02 But i m getting following Error after loading admin module in

Re: django problem with include of templates in block as variable

2009-02-04 Thread Ales Zoulek
That should work. http://docs.djangoproject.com/en/dev/ref/templates/builtins/#include Try this: {% extends "main.html" %} {% block test %} CODE: {{code}} {% include code %} {% endblock %} Do you see the code value in the output? On Wed, Feb 4, 2009 at 1:51 PM, Dafidov

django problem with include of templates in block as variable

2009-02-04 Thread Dafidov
Hello I have this kind of problem: In some child template I want to include in {% block metatags %} other file depending of which link was clicked on page. In view I'm sending as code the name of this variable and when i display it everything is ok - there is this data what I need under this

Re: apache+mod_wsgi+django problem with objects which stay in memory

2008-12-12 Thread Graham Dumpleton
On Dec 13, 10:18 am, vytautas wrote: > [Fri Dec 12 13:27:07 2008] [error] Model read finished. Duration > 1.2693259716 > [Fri Dec 12 13:27:07 2008] [error] Model validity check skipped > [Fri Dec 12 13:27:09 2008] [error] Model read finished. Duration >

apache+mod_wsgi+django problem with objects which stay in memory

2008-12-12 Thread vytautas
[Fri Dec 12 13:27:07 2008] [error] Model read finished. Duration 1.2693259716 [Fri Dec 12 13:27:07 2008] [error] Model validity check skipped [Fri Dec 12 13:27:09 2008] [error] Model read finished. Duration 1.23547005653 [Fri Dec 12 13:27:09 2008] [error] Model validity check skipped [Fri Dec 12

Re: macports and django problem

2008-10-12 Thread David Koppstein
Thanks Jarek. I got it to work -- it is actually not the /opt/local/bin, but rather the /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin that has the "right" python. Thanks for your help! I still don't like that there are multiple versions of Python on my computer, though

Re: macports and django problem

2008-10-12 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-12, o godz. 17:26, przez David Koppstein: > I have updated my $PATH variable properly: > /sw/bin:/sw/sbin:/macosx-bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/ > local/bin:/usr/X11/bin:/usr/X11R6/bin:/Users/david/bin:/sw/bin:/sw/ >

macports and django problem

2008-10-12 Thread David Koppstein
Hi, I seem to have come across this problem while trying to install Django using Macports: http://mail.python.org/pipermail/pythonmac-sig/2007-September/019181.html Basically, the django install succeeds, but when I enter the python toplevel and do 'import django' I get an ImportError. As

Re: oracle-django problem

2008-06-09 Thread shabda
Or use this, >From http://www.djangoproject.com/documentation/model-api/#table-names "To override the database table name, use the db_table parameter in class Meta." On Jun 9, 7:46 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 6:43 AM, Harish <[EMAIL PROTECTED]> wrote: >

Re: oracle-django problem

2008-06-09 Thread Karen Tracey
On Mon, Jun 9, 2008 at 6:43 AM, Harish <[EMAIL PROTECTED]> wrote: > > hi friends > > i have a django application, which works on postgres as back-end. > now i want to migrate the application back-end from postgres to > oracle. > > The problem i am facing is that, the existing data table

Re: oracle-django problem

2008-06-09 Thread Juan Hernandez
why does it have to be that big?? what would be the problem of renaming the models?? On Tue, Jun 10, 2008 at 6:13 AM, Harish <[EMAIL PROTECTED]> wrote: > > hi friends > > i have a django application, which works on postgres as back-end. > now i want to migrate the application back-end

oracle-django problem

2008-06-09 Thread Harish
hi friends i have a django application, which works on postgres as back-end. now i want to migrate the application back-end from postgres to oracle. The problem i am facing is that, the existing data table names in postgres is too long (basically the table name is a combination of

not really a django problem, just fishing here--

2007-12-11 Thread Jason Witherspoon
Hey everyone-- I've been trying to run Xapian alongside my Django app for lo, many moons now. Here's the problem I run into: Xapian is compiled to work w/a Python that's been configured for ucs4 support (this is a manner of handling unicode). Won't work w/ucs2, far as I can tell. When

Re: Singleton + Django problem

2007-08-24 Thread James Bennett
On 8/24/07, Rodrigue <[EMAIL PROTECTED]> wrote: > This works fine when I unittest it. But then, I create an instances of > SomeClass in Django and...it does not work...and in the strangest way: > the rest of the initialisation code is executed more than once, but > not everytime. When running

Singleton + Django problem

2007-08-24 Thread Rodrigue
Hi, I am developing an application based on django that also uses some python modules I have written. My problem is that I need one of my classes to be a singleton. I use this code to do it (mix of Borg and singleton): class SomeClass: _shared_state = {} def __init__(self):

Re: Apache2/mod_python/Django problem

2007-05-07 Thread RollyF
rob, Thanks. It's the permissions. It's running now. -Rolly On May 4, 3:32 pm, oggie rob <[EMAIL PROTECTED]> wrote: > Check Unix permissions for the todo directory and/or settings.py file. > If apache can't access them, it won't run properly. > > -rob > > On May 4, 6:49 am, RollyF <[EMAIL

Re: Apache2/mod_python/Django problem

2007-05-04 Thread oggie rob
Check Unix permissions for the todo directory and/or settings.py file. If apache can't access them, it won't run properly. -rob On May 4, 6:49 am, RollyF <[EMAIL PROTECTED]> wrote: > Could someone point me to a solution somewhere? I have a directory > call apps and inside is a django project,

Re: Apache2/mod_python/Django problem

2007-05-04 Thread Paul Rauch
RollyF schrieb: > Could someone point me to a solution somewhere? I have a directory > call apps and inside is a django project, todo (created using django- > admin.py startproject todo). This application runs OK with Django's > built-in server (manage.py runserver). I am trying to setup a

Apache2/mod_python/Django problem

2007-05-04 Thread RollyF
Could someone point me to a solution somewhere? I have a directory call apps and inside is a django project, todo (created using django- admin.py startproject todo). This application runs OK with Django's built-in server (manage.py runserver). I am trying to setup a staging server in Fedora 6,

Re: Postgresql duplicate keys and django problem

2006-10-26 Thread can.xiang
Denis, your suggestion fixed a similar problem bugging me hours. I tried to migrate some (1,000s rows) tables from mysql to postgresql with the build-in model functions, which is absolutely no problem. While when I tried to add new data with manipulator.save(), it always raise "integrity error"

Re: Postgresql duplicate keys and django problem

2006-10-18 Thread Denis
This can be done using following command sequence: manage.py sqlsequencereset | psql It sets counters to the max value of serial field of every model in your app. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Postgresql duplicate keys and django problem

2006-10-18 Thread [EMAIL PROTECTED]
I've setval the counters to higher, free numbers and it looks like it works now :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Postgresql duplicate keys and django problem

2006-10-18 Thread [EMAIL PROTECTED]
Models look like this: # class News(models.Model): news_title = models.CharField(maxlength=255, verbose_name='Tytul') news_text = models.TextField(verbose_name='Tresc') news_more = models.TextField(verbose_name='Rozszerzona Tresc', blank=True, default='')

Re: Postgresql duplicate keys and django problem

2006-10-17 Thread James Bennett
On 10/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Few days ago I've started to get such errors in the Admin Panel when I > want to add something: I'm curious about why you reset the sequence, rather than using setval() to push it up to a working value, but this just sounds like a

Re: Postgresql duplicate keys and django problem

2006-10-17 Thread Michael Radziej
[EMAIL PROTECTED] schrieb: > Few days ago I've started to get such errors in the Admin Panel when I > want to add something: > ## > IntegrityError: ERROR: duplicate key violates unique constraint > "rk_news3_pkey" > > INSERT INTO "rk_news3" >

Postgresql duplicate keys and django problem

2006-10-17 Thread [EMAIL PROTECTED]
Few days ago I've started to get such errors in the Admin Panel when I want to add something: ## IntegrityError: ERROR: duplicate key violates unique constraint "rk_news3_pkey" INSERT INTO "rk_news3"

Re: Mod_python and Django - PROBLEM

2006-06-10 Thread PythonistL
Malcom. Thank you for help. I followed http://www.modpython.org/live/current/doc-html/inst-trouble.html so i added to my httpd.conf SetHandler mod_python PythonHandler mod_python.testhandler but when I point my browser to the /mpinfo URL I will get Mod_python

Re: Mod_python and Django - PROBLEM

2006-06-10 Thread Malcolm Tredinnick
On Sat, 2006-06-10 at 03:35 -0700, PythonistL wrote: > Simon, > On Apache > I use > Apache/2.0.55 (Trustix Secure Linux/Linux) > mod_python/3.2.8 > Python/2.3.5 > PHP/5.0.5 > mod_perl/2.0.0 Perl/v5.8.7 Since you are using mod_python 3.2.8, have you tried looking at the output of the helper

Re: Mod_python and Django - PROBLEM

2006-06-10 Thread PythonistL
Simon, On Apache I use Apache/2.0.55 (Trustix Secure Linux/Linux) mod_python/3.2.8 Python/2.3.5 PHP/5.0.5 mod_perl/2.0.0 Perl/v5.8.7 Do you think there can be a problem? Thank you for help regards, L --~--~-~--~~~---~--~~ You received this message because you

Re: Mod_python and Django - PROBLEM

2006-06-10 Thread PythonistL
My settings.py looks like this: # Django settings for mimiproject project. DEBUG =True TEMPLATE_DEBUG = DEBUG SESSION_COOKIE_AGE=259200 ADMINS = ( # ('Your Name', '[EMAIL PROTECTED]'), ) MANAGERS = ADMINS SERVER_EMAIL='[EMAIL PROTECTED]' DEFAULT_FROM_EMAIL='[EMAIL PROTECTED]'

Re: Mod_python and Django - PROBLEM

2006-06-10 Thread PythonistL
Hello Michael, thank you for help.It solved that problem. But now it says File "/home/django_src/django/core/db/__init__.py", line 23, in ? raise ImproperlyConfigured, "Could not load database backend: %s. Is your DATABASE_ENGINE setting (currently, %r) spelled correctly? Available options

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

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

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

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...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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),

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

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

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