python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Fix core_project migration history (subissue of #9) #50

Closed niekas closed 9 years ago

niekas commented 9 years ago

Any migration, which used core_project, used to fail with this error: django.db.utils.ProgrammingError: relation "core_project" does not exist.

I found out that the problem was caused by migration script, which migrates Project model from website module to core. So I removed this from migration history. Now Project module is in core from the initial migration and everything works fine.

sirex commented 9 years ago

I'm rejecting this, because of c4c33f9426a7a14429268c6babf3548d6b8ac844.