Does django create a clean database? -


i building web interface database @ school. database hold our school's versions of academic standards.

when build site using django, create clean database? example, wysiwyg website builders dreamweaver create ugly html , css code on backend. hate see similar degree of auto-generated cruft in database.

should create database myself , build django site access database, or go ahead , let django create database?

under simple moderately complex application, django fine job creating database you. i've yet run issues it's made.

i suggest use south handle table migrations. , use virtualenv , pip set , maintain django environment.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -