GitLab
Sign in
SGJP
/
Kuznia
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
41a35b2352c1c2aae4c4909c234b9cf739699d50
Authored by
janek37
12 years ago
1 parent
08591962
usuwanie atrybutów przed importem
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dictionary/management/commands/import_data.py
dictionary/management/commands/import_data.py
View file @
41a35b2
...
...
@@ -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:
...
...