Django access the Default database (prod/dev) when testing and Fatal Error

2020-08-13 Thread Carlos Leite
Hello everyone, I run into a odd situation while trying to run some tests in an old project (dj 1.8) Then I tried the same on a django 3.1 and the problem is still there. # models.py # class Disco(models.Model): nome = models.CharField('disco', max_length=50) class Musica

Re: Cuando estoy descargango al version 3.0.5 de django , me dice fatal error al comenzar, A que se debe y como solucionar para instalar esa versión ?

2020-04-20 Thread Walter santos
Antes de instalar Django, debe instalar la máquina virtual, ¿ya lo hizo? Em segunda-feira, 20 de abril de 2020 09:43:01 UTC-3, german salcedo aragon escreveu: > > Sale fatal error , al instalar django versión 3.0.5. > Ayuda y decirme porque sale ese aviso. > Gracias. > -- Yo

Cuando estoy descargango al version 3.0.5 de django , me dice fatal error al comenzar, A que se debe y como solucionar para instalar esa versión ?

2020-04-20 Thread german salcedo aragon
Sale fatal error , al instalar django versión 3.0.5. Ayuda y decirme porque sale ese aviso. Gracias. -- 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

Re: Fatal error

2019-03-12 Thread Suresh Kannan
Hi, Perhaps this helps you https://stackoverflow.com/questions/24627525/fatal-error-in-launcher-unable-to-create-process-using-c-program-files-x86 https://stackoverflow.com/questions/37220055/pip-fatal-error-in-launcher-unable-to-create-process-using/39733705 On Mon, 11 Mar 2019 at 12:04

Fatal error

2019-03-11 Thread lakshmyyreddy
Hii all While I am creating django project I have getting this type of error Fatal error in launcher : Unable to create process using'"' I tried python -m pip install --upgrade pip Python -m pip install -U pip Python -m pip install virtualenv Can anybody please help me -- Yo

unable to create a new project in django got error. Fatal error in launcher: Unable to create process using '"'

2017-03-27 Thread Camilo Torres
I think this have nothing to do with django. I suspect this is a bad python installation or bad django installation. I have no experience with installing python nor django on Windows 10, even though I can suggest you uninstall and clean both from your system, then do a fresh reinstall of python

unable to create a new project in django got error. Fatal error in launcher: Unable to create process using '"'

2017-03-27 Thread Camilo Torres
I think this have nothing to do with django. I suspect this is a bad python installation or bad django installation. I have no experience with installing python nor django on Windows 10, even though I can suggest you uninstall and clean both from your system, then do a fresh reinstall of python

unable to create a new project in django got error. Fatal error in launcher: Unable to create process using '"'

2017-03-25 Thread girish Sharma
hey, i am using django 1.10.6 python 27 whindows 10 when i try to create a new project is shows error >> django-admin startproject someproject >> Fatal error in launcher: Unable to create process using '"' -- You received this message because you are subscribed to

Re: Fatal Error in initializing sys standard streams

2015-03-06 Thread Vijay Khemlani
g python. > > Collin > > On Wednesday, March 4, 2015 at 11:11:12 AM UTC-5, sriraag paawan wrote: >> >> >> Hello Guys, >> >> I am new to Django.. i am using Django 1.7.4 and Python 3.4 >> >> I was about to complete Django tutorial part-5 about tests b

Re: Fatal Error in initializing sys standard streams

2015-03-06 Thread Collin Anderson
l part-5 about tests but a Fatal > Error caused me trouble.. I am attaching an image file which contains > detail view of my problem... Please anyone could figure it out and solve > it.. > > Thank You in Advance > > > <https://lh3.googleusercontent.com/-AWF1e83nc44/VPcuf

Fatal Error in initializing sys standard streams

2015-03-04 Thread sriraag paawan
Hello Guys, I am new to Django.. i am using Django 1.7.4 and Python 3.4 I was about to complete Django tutorial part-5 about tests but a Fatal Error caused me trouble.. I am attaching an image file which contains detail view of my problem... Please anyone could figure it out and solve it

Re: what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread Karen Tracey
On Tue, Oct 21, 2008 at 2:35 PM, bobhaugen <[EMAIL PROTECTED]> wrote: > > On Oct 21, 12:34 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > Well then the next step I would try is testing out the current patch for > > general model validation, which is ticket #6845: > > > > http://code.djangoproje

Re: what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread bobhaugen
On Oct 21, 12:34 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Well then the next step I would try is testing out the current patch for > general model validation, which is ticket #6845: > > http://code.djangoproject.com/ticket/6845 > > Status on this was most recently reported here, I think: >

Re: what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread Karen Tracey
On Tue, Oct 21, 2008 at 12:36 PM, bobhaugen <[EMAIL PROTECTED]> wrote: > > On Oct 21, 10:59 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > Have you tried whatever scenario you are particularly interested in on > 1.0 > > or current code? > > > > Though general model validation did not make it in

Re: what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread bobhaugen
On Oct 21, 10:59 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Have you tried whatever scenario you are particularly interested in on 1.0 > or current code? > > Though general model validation did not make it into 1.0, checking of unique > and unique_together was added in changeset [8805]. It m

Re: what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread Karen Tracey
On Tue, Oct 21, 2008 at 11:39 AM, bobhaugen <[EMAIL PROTECTED]> wrote: > > I mean the normal displayable and user-correctable form validation > errors, not the fatal database IntegrityError. > > I found > http://groups.google.com/group/django-users/browse_thread/thread/f0e245366b02411b/df6d03f32eb

what is the status of inline unique_together non-fatal error messages?

2008-10-21 Thread bobhaugen
I mean the normal displayable and user-correctable form validation errors, not the fatal database IntegrityError. I found http://groups.google.com/group/django-users/browse_thread/thread/f0e245366b02411b/df6d03f32eb37f93 and http://www.djangosnippets.org/snippets/338/ both more than a year old.