adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
584 stars 251 forks source link

error in faculty creation #46

Open saimahendra282 opened 6 months ago

saimahendra282 commented 6 months ago

A socket operation was attempted to an unreachable network... Request Method: POST Request URL: http://127.0.0.1:7000/accounts/student/add/ Django Version: 4.0.8 Exception Type: OSError Exception Value:
[WinError 10051] A socket operation was attempted to an unreachable network Exception Location: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\socket.py, line 836, in create_connection

well i am getting this error when i am trying to create faculty and student credentials would you please help me out

i searched in google it saying that as a smtp error

adilmohak commented 6 months ago

Hey @saimahendra282,

The students and lecturers receive their credentials through email so you need to configure your SMTP to add students and lecturers. Make sure you updated your code base to the latest commits because email sending is now handled by celery tasks.