edge
edge copied to clipboard
Using Edge with MySQL
How can edge be migrated so that we can use MySQL as a backend rather than sqlite?
@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 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
Just found the problem, I was using migrate tools instead of syncdb
migrate auth
migrate
working commands:
migrate auth
syncdb