Monthly Archives: June 2011
Deleting a Django Database
While developing an application with Django, it may take some time for the database model to stabilize. It’s common that you’ll want to add new columns to existing tables. Unfortunately, the ./manage.py syncdb command will not be sufficient in this … Continue reading
Posted in Django, Python
2 Comments