Re: migrating from sqlite to mysql breaks the site

2019-03-14 Thread Pedram Badakhchani
On Wednesday, 13 March 2019 15:47:54 UTC, Anh Nguyen wrote: > > Could you insert a post on admin panel ? > > On Wed, Mar 13, 2019 at 10:38 PM Pedram Badakhchani > wrote: > >> bump >> >> On Wednesday, 6 March 2019 10:44:56 UTC, Pedram Badakhchani wrote: >>

Re: migrating from sqlite to mysql breaks the site

2019-03-13 Thread Pedram Badakhchani
bump On Wednesday, 6 March 2019 10:44:56 UTC, Pedram Badakhchani wrote: > > specifically in the get_absolute_url method. >> > > I don't understand why this works fine with sqlite but breaks in mysql. > > thanks for any help. > -- You received this message b

Re: migrating from sqlite to mysql breaks the site

2019-03-06 Thread Pedram Badakhchani
> > specifically in the get_absolute_url method. > I don't understand why this works fine with sqlite but breaks in mysql. thanks for any help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

migrating from sqlite to mysql breaks the site

2019-03-06 Thread Pedram Badakhchani
Hi All, I am currently going through Django 2 by Example Book by Antonio Melé. Unfortunately I have a problem with the source code provided on the associated git hub pages: https://github.com/PacktPublishing/Django-2-by-Example specifically in chapter 1 : https

Django 2 - migrating to Mysql from sqlite issues

2019-03-05 Thread Pedram Badakhchani
Hi All, I have a problem with the source code provided on the associated git hub pages: https://github.com/PacktPublishing/Django-2-by-Example After downloading the source files, and setting up the chapter 1 example locally, using the default sqlite database everything works as expected. Howev

Re: Exception happened during processing of request from ...

2019-02-08 Thread Pedram Badakhchani
I am getting similar errors, also running Django 2.15 with python 3.72, would be very interested if you have found a solution On Thursday, 31 January 2019 15:52:38 UTC, Jon bae wrote: > > Hello, > I'm running here *django 2.1.5* with *python 3.7.2* (installed with > homebrew) on a macOS (mojave)