yourcelf / btb

Codebase that powers Between the Bars, a blogging platform for people in prison. Splitting/parsing/publishing PDFs, managing paper correspondence.
http://betweenthebars.org
GNU Affero General Public License v3.0
13 stars 5 forks source link

DeserializationError on python manage.py syncdb --noinput #22

Closed arthurlutz closed 9 years ago

arthurlutz commented 10 years ago

I get the following error when running

$ python manage.py syncdb --noinput
[snip]
DeserializationError: Problem installing fixture '/home/arthur/local/btb/yourcelf/btb/scanblog/btb/fixtures/initial_data.json': ContentType matching query does not exist.

This doesn't seem to be a blocking issue but I thought I'd report it just in case.

yourcelf commented 9 years ago

This should be obviated by the upgrade to Django 1.8 and switch to native migrations.