Name |
Last commit
|
Last update |
---|---|---|
.. | ||
management | ||
migrations | ||
__init__.py | ||
admin.py | ||
models.py | ||
signals.py | ||
startup.py | ||
tests.py |
Unfortunately, instrospection.get_table_description runs select * from course_overview_courseoverview, which of course does not exist while django is calculating initial migrations, causing this to fail. Additionally, sqlite does not support information_schema, but does not do a select * from the table. Lift the main part of mysql's get_table_description up to the migration itself and just inspect it directly. Continue to call the API for sqlite.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
management | Loading commit data... | |
migrations | Loading commit data... | |
__init__.py | Loading commit data... | |
admin.py | Loading commit data... | |
models.py | Loading commit data... | |
signals.py | Loading commit data... | |
startup.py | Loading commit data... | |
tests.py | Loading commit data... |