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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
I know Python but quite newbee in Django usage ;-)
I successfully installed your project and run it as well
I also succeed to created Programs, Semesters, Courses and Sessions even if I don't know exactly how it's architectured.
My issue
I'm continuously failing trying to add Student .
The page 'http://127.0.0.1:8000/accounts/student/add/' always send back "Correct the error(s) below." after activating Save button.
All the student fields are correctly completed.
Also no error detail in server logs.
I saw in #36 that Passwords are sent by mail.
Is there an option or a way which could allow to perform such action through the "accounts/student/add" page ?
Thanks for your help,
regards,
Martial
The text was updated successfully, but these errors were encountered:
I know Python but quite newbee in Django usage ;-)
I successfully installed your project and run it as well
I also succeed to created Programs, Semesters, Courses and Sessions even if I don't know exactly how it's architectured.
My issue
I'm continuously failing trying to add Student .
The page 'http://127.0.0.1:8000/accounts/student/add/' always send back "Correct the error(s) below." after activating Save button.
All the student fields are correctly completed.
Also no error detail in server logs.
I saw in #36 that Passwords are sent by mail.
Is there an option or a way which could allow to perform such action through the "accounts/student/add" page ?
Thanks for your help,
regards,
Martial
The text was updated successfully, but these errors were encountered: