django.db.utils.OperationalError: (2002, 'Can\'t connect to local MySQL server through socket \'/cloudsql/instance:us-central1:project_name\' (2 "No such file or directory")')

2019-08-09 Thread Solomon Mbak
Hi.

For two days I have been stuck on deploying my Django app on Google App 
Engine. I cloned the project from my Github account. I have installed the 
requirements also.

The database in-use is a mysql database 

I get an error that says "django.db.utils.OperationalError: (2002, 'Can\'t 
connect to local MySQL server through socket 
\'/cloudsql/instance:us-central1:project_name\' (2 "No such file or 
directory")')".

I have tried all I can and haven't really found any solutions online.
My database connection looks like this:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'HOST': '/cloudsql/instance:us-central1:project',
'USER': 'root',
'PASSWORD': 'password',
'NAME': 'db_name',
}
}

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2e58e307-8490-478f-a8cf-4cf640fde5bc%40googlegroups.com.


Re: Local django server - login fails with new safari version

2019-08-09 Thread Balu krishnan
Please check this link. He also facing the same issue
https://stackoverflow.com/questions/57384659/since-macos-mojave-10-14-6-update-with-safari-12-1-2-im-not-able-to-login-in-s

On Fri, Aug 9, 2019 at 12:06 PM Stephen McGonigal <
mcgonigalstep...@gmail.com> wrote:

> Thanks Balu. I tried that but I still have the same error.
>
> On Thursday, 8 August 2019 17:54:00 UTC+1, Stephen McGonigal wrote:
>>
>> I've updated my MacBook to the latest Mojave 10.14.6 version. Since that
>> update I'm not able to login into my locally installed django webserver
>> using Safari anymore. I always get the error message "Invalid CSRF token".
>> With Chrome it's working.
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6e476025-d154-43dd-8de0-1bdf0bb9a2d3%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAjPXCNDJsEKzqeFi%2BopspoqJnn17hEn7cxg-sWCNC8NfEA%2BGA%40mail.gmail.com.


Re: Hosting para demostración

2019-08-09 Thread Gerardo Palazuelos Guerrero
hola,
Antes mencionaron pythonanywhere.com, aca tienes una liga/tutorial:

https://www.pythoncircle.com/post/18/how-to-host-django-app-on-pythonanywhere-for-free/

también puedes consultar el tutorial de DjangoGirls para más detalle.

Saludos,


--
Gerardo Palazuelos Guerrero



On Fri, Aug 9, 2019 at 11:57 AM Gabriel Araya Garcia <
gabrielaraya2...@gmail.com> wrote:

> ¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es muy
> basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado de
> avance para un cliente. He intentado subir a Heroku, pero me ha sido
> imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar
> que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El
> mensaje de error es:
>
> "Push rejected, file to compile Python app"
>
>
> Python 3.7.3, 3.6.8, y 2.7.16
>
> Por supuesto he efectuado todas las modificaciones al setting.py, creando
> los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
> Estoy trabajando con Django version 2.1.7
>
> En consecuencia, necesito una alternativa para subir mi proyecto
>
> Desde ya agradezco la ayuda que me puedes brindar.
>
> Saludos
> gabrielaraya2...@gmail.com
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ8iCyNd%3D8_k3fqQqChZ%2BP8XZ2KHtdTVGbYj5aUDYvu9eWrahw%40mail.gmail.com.


Re: Hosting para demostración

2019-08-09 Thread Julio Cojom
Pythonanywhere, incluso con instancia de mysql

El vie., 9 de agosto de 2019 11:57 a. m., Gabriel Araya Garcia <
gabrielaraya2...@gmail.com> escribió:

> ¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es muy
> basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado de
> avance para un cliente. He intentado subir a Heroku, pero me ha sido
> imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar
> que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El
> mensaje de error es:
>
> "Push rejected, file to compile Python app"
>
>
> Python 3.7.3, 3.6.8, y 2.7.16
>
> Por supuesto he efectuado todas las modificaciones al setting.py, creando
> los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
> Estoy trabajando con Django version 2.1.7
>
> En consecuencia, necesito una alternativa para subir mi proyecto
>
> Desde ya agradezco la ayuda que me puedes brindar.
>
> Saludos
> gabrielaraya2...@gmail.com
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHRQUHnx%3DtC7vaNX7dTksmCgSD0qQh3hVk2VqPkwVTO4mV0C6w%40mail.gmail.com.


Re: Hosting para demostración

2019-08-09 Thread DANIEL URBANO DE LA RUA
Puedes abrir un puerto en tu router y haces un port forward de tu
aplicación sobre la 0 0 0 0 o tu ip y haz un curl ifconfig.me y tendras tu
ip publica

On Fri, 9 Aug 2019, 19:58 Gabriel Araya Garcia  ¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es muy
> basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado de
> avance para un cliente. He intentado subir a Heroku, pero me ha sido
> imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar
> que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El
> mensaje de error es:
>
> "Push rejected, file to compile Python app"
>
>
> Python 3.7.3, 3.6.8, y 2.7.16
>
> Por supuesto he efectuado todas las modificaciones al setting.py, creando
> los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
> Estoy trabajando con Django version 2.1.7
>
> En consecuencia, necesito una alternativa para subir mi proyecto
>
> Desde ya agradezco la ayuda que me puedes brindar.
>
> Saludos
> gabrielaraya2...@gmail.com
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO_yRT3O3P0hVW%2BSC5Vj4AhtgvRUEY%3D6n5u7ftHVC4DSdj5QLw%40mail.gmail.com.


Re: Hosting para demostración

2019-08-09 Thread DANIEL URBANO DE LA RUA
Port forwarding and give then you outbound ip

On Fri, 9 Aug 2019, 20:11 Miguel Ángel Cumpa Ascuña <
miguel.cumpa.asc...@gmail.com wrote:

> Hola Gabriel, quizá este tutorial te pueda ayudar
> https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/
> Saludos
>
> El vie., 9 ago. 2019 a las 12:57, Gabriel Araya Garcia (<
> gabrielaraya2...@gmail.com>) escribió:
>
>> ¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es
>> muy basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado
>> de avance para un cliente. He intentado subir a Heroku, pero me ha sido
>> imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar
>> que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El
>> mensaje de error es:
>>
>> "Push rejected, file to compile Python app"
>>
>>
>> Python 3.7.3, 3.6.8, y 2.7.16
>>
>> Por supuesto he efectuado todas las modificaciones al setting.py, creando
>> los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
>> Estoy trabajando con Django version 2.1.7
>>
>> En consecuencia, necesito una alternativa para subir mi proyecto
>>
>> Desde ya agradezco la ayuda que me puedes brindar.
>>
>> Saludos
>> gabrielaraya2...@gmail.com
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com
>> 
>> .
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOZHYKPofsVBk5hznMm4HEejxiSOg5ZbRittGGX33%2BAThSmD3Q%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO_yRT2F%3D5TndvKWLS%3DQNoWTFjLK0XDEpvTtfsAY2UwmCkB2Eg%40mail.gmail.com.


Re: Hosting para demostración

2019-08-09 Thread Miguel Ángel Cumpa Ascuña
Hola Gabriel, quizá este tutorial te pueda ayudar
https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/
Saludos

El vie., 9 ago. 2019 a las 12:57, Gabriel Araya Garcia (<
gabrielaraya2...@gmail.com>) escribió:

> ¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es muy
> basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado de
> avance para un cliente. He intentado subir a Heroku, pero me ha sido
> imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar
> que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El
> mensaje de error es:
>
> "Push rejected, file to compile Python app"
>
>
> Python 3.7.3, 3.6.8, y 2.7.16
>
> Por supuesto he efectuado todas las modificaciones al setting.py, creando
> los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
> Estoy trabajando con Django version 2.1.7
>
> En consecuencia, necesito una alternativa para subir mi proyecto
>
> Desde ya agradezco la ayuda que me puedes brindar.
>
> Saludos
> gabrielaraya2...@gmail.com
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOZHYKPofsVBk5hznMm4HEejxiSOg5ZbRittGGX33%2BAThSmD3Q%40mail.gmail.com.


Hosting para demostración

2019-08-09 Thread Gabriel Araya Garcia
¿Donde y como subir mi proyecto básico en calidad de demostracion?. Es muy 
basico, con apenas 60 registros, en Sqlite3. Necesito mostrar el estado de 
avance para un cliente. He intentado subir a Heroku, pero me ha sido 
imposible, pues me alega sobre la mi version de Python 3.7.4 cabe señalar 
que Heroku tolera solo 3 versiones de Python (la pagina así lo informa). El 
mensaje de error es:

"Push rejected, file to compile Python app"


Python 3.7.3, 3.6.8, y 2.7.16

Por supuesto he efectuado todas las modificaciones al setting.py, creando 
los archivos y carpetas necesarios (requierements.txt, profile, local,..etc)
Estoy trabajando con Django version 2.1.7

En consecuencia, necesito una alternativa para subir mi proyecto

Desde ya agradezco la ayuda que me puedes brindar.

Saludos
gabrielaraya2...@gmail.com

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5fb08f5c-1e99-4193-a27c-a9c6cea184bb%40googlegroups.com.


Re: How do I setup email from address from logging to the admins?

2019-08-09 Thread אורי
Hi,

I found out there is a separate setting:
https://code.djangoproject.com/ticket/30692
אורי
u...@speedy.net


‪On Fri, Aug 9, 2019 at 1:44 PM ‫אורי‬‎  wrote:‬

> Django Users,
>
> I'm using AdminEmailHandler in Speedy Net to send mail to the admins. My
> log file contains the following lines:
>
> 'handlers': {
> 'syslog': {
> 'level': 'DEBUG',
> 'class': 'logging.handlers.SysLogHandler',
> 'facility': 'local7',
> 'address': '/dev/log',
> 'formatter': 'verbose'
> },
> 'mail_admins': {
> 'level': 'WARNING',
> 'class': 'django.utils.log.AdminEmailHandler',
> 'formatter': 'verbose',
> },
> },
>
>
> https://github.com/speedy-net/speedy-net/blob/staging/speedy/core/settings/base.py#L206-L219
>
>
> But the email I receive (as an admin) from logging is sent to me from
> , although I configured a from address
> (DEFAULT_FROM_EMAIL) and other emails I receive from Django is from the
> from address (which is different for the staging server, currently <
> webmas...@speedy.net.2.speedy-technologies.com>)
>
>
> https://github.com/speedy-net/speedy-net/blob/staging/speedy/core/settings/staging_utils.py#L8
>
>
> How do I change the from address of email sent to admins from logging?
>
> Thanks,
> אורי
> u...@speedy.net
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD5YeHSo1szFv8ZzwRtEbHusvvmgQFFaPq2qq3JrdvDSAzqBg%40mail.gmail.com.


Re: Django bug: change uuid field to FK does not create dependency

2019-08-09 Thread Viktor Lomakin
Can i try to make a patch and assign ticket to me?

пт, 9 авг. 2019 г. в 12:17, Carlton Gibson :

> Hi Viktor,
>
> Yes, AlterField should add the dependency. Manually edit the migration for
> now. In your example, making it:
>
> ```
> dependencies = [
> ('testapp1', '0002_app1_another_app'),
> ('testapp2', '0001_initial'),
> ]
> ```
>
> ... and hopefully we can improve the detection there.
>
> (Great report. New contributors always welcome! Fancy taking it on
> yourself? Help always available. )
>
> Kind Regards,
>
> Carlton
>
>
> On Tuesday, 9 July 2019 22:43:20 UTC+2, Viktor Lomakin wrote:
>>
>> Hi! I am new in django community, so please help me, because i really
>> dont know is it really "bug".
>>
>> I have a django project named "testproject" and two apps: testapp1,
>> testapp2.
>>
>> It will be simpler to understand, with this example:
>>
>> # TestApp1(models.py):
>>
>> class App1(models.Model):
>> id = models.UUIDField(primary_key=True, unique=True,
>> default=uuid.uuid4, editable=False, verbose_name=_('identifier'))
>> text = models.CharField(max_length=100, verbose_name=_('text'))
>> another_app = models.UUIDField(null=True, blank=True,
>> verbose_name=_('another app'))
>>
>> # TestApp2(models.py):
>>
>> class App2(models.Model):
>> id = models.UUIDField(primary_key=True, unique=True,
>> default=uuid.uuid4, editable=False, verbose_name=_('identifier'))
>> text = models.CharField(max_length=100, verbose_name=_('text'))
>>
>> First model named "App1" has UUID field named "another_app":
>>
>> -  another_app = models.UUIDField(null=True, blank=True,
>> verbose_name=_('another app'))
>>
>> After some time i change field from UUID to FK, like this:
>>
>> - another_app = models.ForeignKey(App2, null=True, blank=True,
>> on_delete=models.SET_NULL, verbose_name=_('another app'))
>>
>> And as result i create new migration, but Migration class was unexpected
>> result, because it does not create any "dependencies".
>>
>> I think the correct solution will be create dependency for App2.
>>
>> This project use django version 2.2 and postgresql. Attach archive with
>> sources. Project contains small test, after running him, you will get
>> exception like this: ValueError: Related model 'testapp2.App2' cannot be
>> resolved.
>>
>> So is it problem in django or maybe i dont understand something ?
>>
>> Regards, Viktor Lomakin
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5b2a5407-b5e2-459b-a7a6-08079dbc0bdd%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOs7dHXcz46%2BVO8qs3VCPwcBYJzONb%3DcfGg277kyT3obMOtgfQ%40mail.gmail.com.


How do I setup email from address from logging to the admins?

2019-08-09 Thread אורי
Django Users,

I'm using AdminEmailHandler in Speedy Net to send mail to the admins. My
log file contains the following lines:

'handlers': {
'syslog': {
'level': 'DEBUG',
'class': 'logging.handlers.SysLogHandler',
'facility': 'local7',
'address': '/dev/log',
'formatter': 'verbose'
},
'mail_admins': {
'level': 'WARNING',
'class': 'django.utils.log.AdminEmailHandler',
'formatter': 'verbose',
},
},

https://github.com/speedy-net/speedy-net/blob/staging/speedy/core/settings/base.py#L206-L219


But the email I receive (as an admin) from logging is sent to me from
, although I configured a from address (DEFAULT_FROM_EMAIL)
and other emails I receive from Django is from the from address (which is
different for the staging server, currently <
webmas...@speedy.net.2.speedy-technologies.com>)

https://github.com/speedy-net/speedy-net/blob/staging/speedy/core/settings/staging_utils.py#L8


How do I change the from address of email sent to admins from logging?

Thanks,
אורי
u...@speedy.net

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD5YeFJf_vFvW5hF1JRV3XT7NjH9iqxY8DPhONcUcm6B1rH4A%40mail.gmail.com.


Re: Django bug: change uuid field to FK does not create dependency

2019-08-09 Thread Carlton Gibson
Hi Viktor, 

Yes, AlterField should add the dependency. Manually edit the migration for 
now. In your example, making it: 

```
dependencies = [
('testapp1', '0002_app1_another_app'),
('testapp2', '0001_initial'),
]
```

... and hopefully we can improve the detection there.

(Great report. New contributors always welcome! Fancy taking it on 
yourself? Help always available. )

Kind Regards,

Carlton


On Tuesday, 9 July 2019 22:43:20 UTC+2, Viktor Lomakin wrote:
>
> Hi! I am new in django community, so please help me, because i really dont 
> know is it really "bug".
>
> I have a django project named "testproject" and two apps: testapp1, 
> testapp2.
>
> It will be simpler to understand, with this example:
>
> # TestApp1(models.py):
>
> class App1(models.Model):
> id = models.UUIDField(primary_key=True, unique=True, 
> default=uuid.uuid4, editable=False, verbose_name=_('identifier'))
> text = models.CharField(max_length=100, verbose_name=_('text'))
> another_app = models.UUIDField(null=True, blank=True, 
> verbose_name=_('another app'))
>
> # TestApp2(models.py):
>
> class App2(models.Model):
> id = models.UUIDField(primary_key=True, unique=True, 
> default=uuid.uuid4, editable=False, verbose_name=_('identifier'))
> text = models.CharField(max_length=100, verbose_name=_('text'))
>
> First model named "App1" has UUID field named "another_app":
>
> -  another_app = models.UUIDField(null=True, blank=True, 
> verbose_name=_('another app'))
>
> After some time i change field from UUID to FK, like this: 
>
> - another_app = models.ForeignKey(App2, null=True, blank=True, 
> on_delete=models.SET_NULL, verbose_name=_('another app'))
>
> And as result i create new migration, but Migration class was unexpected 
> result, because it does not create any "dependencies".
>
> I think the correct solution will be create dependency for App2.
>
> This project use django version 2.2 and postgresql. Attach archive with 
> sources. Project contains small test, after running him, you will get 
> exception like this: ValueError: Related model 'testapp2.App2' cannot be 
> resolved.
>
> So is it problem in django or maybe i dont understand something ?
>
> Regards, Viktor Lomakin
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5b2a5407-b5e2-459b-a7a6-08079dbc0bdd%40googlegroups.com.


Custom error messages not working in Django ModelForm - help needed

2019-08-09 Thread אורי
Django Users,

I want to release Speedy Net and Speedy Match to production in September or
October 2019. I need help with the following issue on GitHub and Stack
Overflow:
https://github.com/speedy-net/speedy-net/issues/3

Any suggestions?

There are other issues on Speedy Net which I also need help:
https://github.com/speedy-net/speedy-net/issues

אורי
u...@speedy.net

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD5YeEO9VkOxVZiLt5Rq4%3DywkzkkyRFW5wAnYhT6Db4UFfnBQ%40mail.gmail.com.


Re: Local django server - login fails with new safari version

2019-08-09 Thread Stephen McGonigal
Thanks Balu. I tried that but I still have the same error.

On Thursday, 8 August 2019 17:54:00 UTC+1, Stephen McGonigal wrote:
>
> I've updated my MacBook to the latest Mojave 10.14.6 version. Since that 
> update I'm not able to login into my locally installed django webserver 
> using Safari anymore. I always get the error message "Invalid CSRF token". 
> With Chrome it's working.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6e476025-d154-43dd-8de0-1bdf0bb9a2d3%40googlegroups.com.