Add ESTER students import

This commit is contained in:
Claude Paroz 2018-07-16 10:32:07 +02:00
parent e5147187e2
commit b84289e25c
5 changed files with 133 additions and 28 deletions

View file

@ -15,6 +15,7 @@ urlpatterns = [
path('admin/', admin.site.urls),
path('import_students/', views.StudentImportView.as_view(), name='import-students'),
path('import_students_ester/', views.imports.StudentEsterImportView.as_view(), name='import-students-ester'),
path('import_hp/', views.HPImportView.as_view(), name='import-hp'),
path('import_hp_contacts/', views.HPContactsImportView.as_view(), name='import-hp-contacts'),