Is MongoAtlas supported with django?

2019-03-17 Thread Periklis Gkolias
Hi, I am trying to connect my Django app to MongoDB atlas, using djongo . Here is my status: I have set up a cluster successfully in Atlas. I am then getting the connection string details from the relevant console. With that knowledge, I am amending

Re: Unable to do the initial migrations with django-2.1.3 and "mysql 5.5.62-0+deb8u1 (Debian)"

2018-12-02 Thread Periklis Gkolias
gt; > Cheers, > Simon > > [0] > https://docs.djangoproject.com/en/2.1/releases/2.1/#dropped-support-for-mysql-5-5 > > Le dimanche 2 décembre 2018 15:44:22 UTC-5, Periklis Gkolias a écrit : >> >> Hi there, >> >> I am trying to bootstrap a project with m

Unable to do the initial migrations with django-2.1.3 and "mysql 5.5.62-0+deb8u1 (Debian)"

2018-12-02 Thread Periklis Gkolias
Hi there, I am trying to bootstrap a project with mysql and django with the versions described in the subject line. The app works fine if I just do a "runserver" and ignore the migration warning but when I apply the migrations I am getting the stacktrace you can see in the linked