Django Model Field to MySQL Datatype

Creating models and syncing them with the database in Django is a pretty easy process. Remembering the Django model fields and what MySQL data types they use in the database is not. 

I have created a spreadsheet that relates a Django models field to its MySQL datatype.

Django Model Field to MySQL Datatype Spreadsheet

Comments

  1. Rencontre says:

    Hi, nice cheat sheet. Actually I only see a use for it in the case you want to update your tables quickly when you update a Model class.
    I have a dating site to build using Django, I think it fits the job, but I have still a lot to learn (even though by example, one can learn very quickly)

Speak Your Mind

*


*

Fork me on GitHub