You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once logged in, click on Teachers menu under Directory, that will show all the teachers.
Inside teachers listing page, click on IMPORT button on top right section.
Choose CSV file. Make sure CSV file has following headers:
first_name,last_name,profile_picture,email,phone,room_no,subjects
Note: Sample file is already given in the root directory.
Select csv format.
Click on Submit button. If there are no errors, that will provide you with the preview of the csv data.
If no image is provided, default image profile image will be placeholder.png.
Click on Confirm Import. Once clicked it will import teachers into the system.
To export order:
Go back to teachers listing page and click on Export button on top right.
Select the format and click SUBMIT button, that will export the teachers.
Note
In order to add more profile images, upload images to project/static/images folder and run following command:
python3 manage.py collectstatic