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

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...

Results 23 django-lms issues
Sort by recently updated
recently updated
newest added

PS C:\Users\ARSHAD\Documents\GitHub\django-lms> python manage.py migrate Traceback (most recent call last): File "C:\Users\ARSHAD\Documents\GitHub\django-lms\venv\Lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "C:\Users\ARSHAD\Documents\GitHub\django-lms\venv\Lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ARSHAD\Documents\GitHub\django-lms\venv\Lib\site-packages\django\db\backends\base\base.py", line...

PS C:\Users\LENOVO Z40\django-lms> python manage.py makemigrations Traceback (most recent call last): File "C:\Users\LENOVO Z40\django-lms\manage.py", line 21, in main() File "C:\Users\LENOVO Z40\django-lms\manage.py", line 17, in main execute_from_command_line(sys.argv) File "C:\Users\LENOVO Z40\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\management\__init__.py", line...

It will be useful to have timed Quiz and Questions. 1. While creating a quiz, user should be able to specify time limit to complete quiz and time limit per...

Collecting psycopg2 Downloading psycopg2-2.9.9.tar.gz (384 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.9/384.9 KB 552.9 kB/s eta 0:00:00 Preparing metadata (setup.py) ... done Using legacy 'setup.py install' for psycopg2, since package 'wheel' is not installed....

The current implementation of the email sending functionality in the Django project does not effectively handle errors related to SMTP configuration. Specifically, when an incorrect email SMTP server is entered,...

So here's the deal, whenever I add a new student from admin panel and fill their details, then when I use their username and password in the login section of...

Hello. As Psycopg2 will soon be deprecated, should we switch to using Psycopg3 (AKA Psycopg)? https://pypi.org/project/psycopg-binary/

I would like to suggest a feature that allows the admin to filter and find student result individually and also generate PDF.

I am using your project, but i realized the add and drop is not yet up and i dont really know the code base and Django. i wanted to ask...

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...