Include the tabimport import utility

This commit is contained in:
Claude Paroz 2012-11-13 09:40:31 +01:00
parent 2c2b5078f8
commit e0fd4b42ea
6 changed files with 26 additions and 0 deletions

View file

@ -117,6 +117,7 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'tabimport',
'stages',
)