d33tah / joggerpl-tools

A collection of tools to aid the management of jogger.pl blogging platform
7 stars 4 forks source link

Dodane fiksturki kategorii i klucze obce wpis->kategoria #143

Closed mt3o closed 11 years ago

mt3o commented 11 years ago

Oprócz tego nie mogę wgrać fiksturek z powodu błędów: IntegrityError: Problem installing fixture './fixtures.json': Could not load contenttypes.ContentType(pk=9): columns app_label, model are not unique mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ ./manage.py loaddata fixtures.json PROJECT_DIR=/home/mt3o/Ubuntu One/src/joggerpl-tools/joggertester IntegrityError: Problem installing fixture 'fixtures.json': Could not load contenttypes.ContentType(pk=9): columns app_label, model are not unique mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ mcedit fixtures.json

mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ ./manage.py loaddata fixtures.json PROJECT_DIR=/home/mt3o/Ubuntu One/src/joggerpl-tools/joggertester IntegrityError: Problem installing fixture 'fixtures.json': Could not load contenttypes.ContentType(pk=33): columns app_label, model are not unique

Zmieniłem app_label na unikalne wartości, przeszło. Nie zawarłem tego w commicie, nie wiem co to robi :)

d33tah commented 11 years ago

Czy mógłbyś założyć issue w sprawie buga?

mt3o commented 11 years ago

Chyba znalazłem przyczynę, w bazie danych wyczyściłem tabelkę django_content_type

delete from django_content_type;

i wtedy poszło. A w ogóle, to zjebałem ten pull request, pisałem z palca poprawki i nazwa kolumny raz jest title a raz name :P do poprawienia poza tym złapałem jeszcze jeden bug, wgram to spowrotem na github i zrobię nowy pull request.