I'm not sure if this is a problem specific to SQL databases, but after adding some properties I successfully executed syncdb, but still the columns were not added to the database, and when I try to access the model in admin, I get no such column .
Why is this happening and how can I solve this problem?
Details: Django 1.3, Python 2.6, OSX 10.6, PyCharm.
source share