Add ESTER students import
This commit is contained in:
parent
e5147187e2
commit
b84289e25c
5 changed files with 133 additions and 28 deletions
|
|
@ -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'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue