edge icon indicating copy to clipboard operation
edge copied to clipboard

Using Edge with MySQL

Open sokser opened this issue 9 years ago • 4 comments

How can edge be migrated so that we can use MySQL as a backend rather than sqlite?

sokser avatar May 20 '15 18:05 sokser

Hi @sokser

I have written a more general answer to your question in the new documentation.

arocks avatar May 25 '15 13:05 arocks

@sokser was the answer clear for you?

EDIT: The link is now http://django-edge.readthedocs.org/en/latest/FAQ/#how-to-use-other-databases-like-postgresql-mysql-etc

arocks avatar Jun 02 '15 13:06 arocks

@arocks I tried it with Postgres, but after sign up and trying to see the Profile page got errors. *no issue with sqlite

https://gist.github.com/anonymous/ce287fe4b7f916ce93d1

emptyway avatar Aug 27 '15 23:08 emptyway

Just found the problem, I was using migrate tools instead of syncdb

migrate auth
migrate

working commands:

migrate auth
syncdb

emptyway avatar Aug 28 '15 15:08 emptyway