Home:ALL Converter>PostgreSQL and MySQL with Django

PostgreSQL and MySQL with Django

Ask Time:2016-01-16T19:38:26         Author:marwan h-sleiman

Json Formatter

I was able to create my first App with Django using the default SQLite3. I am now checking some tutorials on how to install MySQL and PostgreSQL and connect it to Django so I can develop a more advanced application. The only thing I cannot understand, is the Models.py will still the same in term of syntax? I mean the syntax in creating a table in MySQL is different on how we create a table in Models.py. I mean, I need some clarification please in this matter. Thank you.

Author:marwan h-sleiman,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/34826486/postgresql-and-mysql-with-django
yy