Closed
Bug 623612
Opened 15 years ago
Closed 12 years ago
South (the library we're using for migrations) isn't creating tables in the correct order.
Categories
(Websites Graveyard :: drumbeat.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: paul, Unassigned)
References
()
Details
(Whiteboard: batucada)
User-Agent:
Build Identifier:
Description:
If you follow the instruction on GitHub up to an including migrating the data with ..
python manage.py migrate
.. the following errors are reported ..
DatabaseError: (1146, "Table 'batucada.projects_project' doesn't exist") [django development server]
raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1050, "Table 'activity_remoteobject' already exists") [python interactive interpreter]
Reproducible: Always
Steps to reproduce:
Follow the instructions on GitHub up to an including
python manage.py migrate
Expected Results:
Data is migrated successfully
Actual Results:
See the reported errors under @description
Proposed solution:
Best,
Paul Booker
Appcost
Comment 2•14 years ago
|
||
I'm not able to reproduce this ... has it been fixed?
Comment 3•12 years ago
|
||
"The Drumbeat.org web site is winding down"
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•11 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•