mataroa-blog / mataroa

Naked blogging platform
https://mataroa.blog
GNU Affero General Public License v3.0
258 stars 22 forks source link

python manage.py loaddata dev-data #57

Closed Danielovich closed 8 months ago

Danielovich commented 8 months ago

Running on a windows box, but I am getting this error when running python manage.py loaddata dev-data.

The error occurs from pk=11 to pk=15 ... { "model": "contenttypes.contenttype", "pk": 15, "fields": { "app_label": "sessions", "model": "session" } }, ... django.db.utils.IntegrityError: Problem installing fixture 'C:\Code\mataroa\main\fixtures\dev-data.json': Could not load contenttypes.ContentType(pk=15): duplicate key value violates unique constraint "django_content_type_app_label_model_76bd3d3b_uniq" DETAIL: Key (app_label, model)=(sessions, session) already exists.

sirodoht commented 8 months ago

Hey! Thanks for reporting this. I've made some change, could you verify if it's solved?

Danielovich commented 8 months ago

Sorry for the long delay here. I am up and running and it has taken a while for me to get it going. But I simply deleted those items in the json file.