Skip to content

Commit

Permalink
added django-import-export
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulahuja98 committed Sep 15, 2018
1 parent 0aab502 commit e0e350e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -4,3 +4,4 @@ django_heroku
gunicorn
django-decouple==2.1
psycopg2
django-import-export
2 changes: 2 additions & 0 deletions src/spc_django/settings.py
Expand Up @@ -36,10 +36,12 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'import_export',
'student.apps.StudentConfig',
'accounts.apps.AccountsConfig',
'company.apps.CompanyConfig',
'main.apps.MainConfig'

]

MIDDLEWARE = [
Expand Down

0 comments on commit e0e350e

Please sign in to comment.