django-lms icon indicating copy to clipboard operation
django-lms copied to clipboard

error in faculty creation

Open saimahendra282 opened this issue 9 months ago • 1 comments

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

saimahendra282 avatar Apr 25 '24 17:04 saimahendra282

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.

adilmohak avatar May 07 '24 06:05 adilmohak