Commit 41a35b2352c1c2aae4c4909c234b9cf739699d50

Authored by janek37
1 parent 08591962

usuwanie atrybutów przed importem

dictionary/management/commands/import_data.py
... ... @@ -617,6 +617,7 @@ class ImportData(object):
617 617 BaseFormLabel,
618 618 #PartOfSpeech,
619 619 #LexicalClass,
  620 + LexemeAttribute,
620 621 )
621 622 print 'deleting old data...'
622 623 for model in models:
... ...