AcademicsToday / academicstoday-django

A open-source platform for online course-based learning and education.
http://academicstoday.io
Apache License 2.0
207 stars 99 forks source link

captha #163

Open sampathkumar0511 opened 6 years ago

sampathkumar0511 commented 6 years ago

Unhandled exception in thread started by <function check_errors..wrapper at 0x7fafe24db730> Traceback (most recent call last): File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 225, in wrapper fn(*args, *kwargs) File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run autoreload.raise_last_exception() File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 248, in raise_last_exception raise _exception[1] File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/core/management/init.py", line 327, in execute autoreload.check_errors(django.setup)() File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 225, in wrapper fn(args, **kwargs) File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/init.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/apps/registry.py", line 89, in populate app_config = AppConfig.create(entry) File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home/normsoftware/project/sampath/lib/python3.5/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 986, in _gcd_import File "", line 969, in _find_and_load File "", line 956, in _find_and_load_unlocked ImportError: No module named 'captcha'

gdsuta commented 5 years ago

Yes I got the same problem, can anyone fix it? I'm a physics teacher and beginner in programming, gonna use this to make website at my school. Thanks!

bartmika commented 5 years ago

Hi @gdsuta, I am the lead developer on this project. Unfortunately, I am busy at the moment working on https://github.com/over55/workery-django and won't be able to work on it for a while. May you please let me know when you need this done by?

gdsuta commented 5 years ago

Hi Bartmika, thanks for replying. Very much appreciate it. I'm not in hurry so please take your time while I'm learning Phyton and Django to enhance my skills in web programming. I live in Bali, Indonesia and dream to utilize internet tech to build a local learning community for Indonesian students and teachers which provides learning contents (tutorial & lesson videos for kids, resources for teachers etc) in Bahasa. I have tried LMS like Moodle before but I'm not satisfied enough since the room for customization is limited. Have a wonderful day! Suta

bartmika commented 5 years ago

Hi @Sebastian-Rydzewski, would it be possible if you could attempt to remove the captcha from the Django application? I currently am unable to fix this issue and don't see myself fixing this issue until next month.

Sebastian-Rydzewski commented 5 years ago

Hey @bartmika, unfortunately I have my own projects tying down my free time, if I get a chance to take a look at it before you do I'll let you know. I just can't at this time.

bartmika commented 5 years ago

Hi @gdsuta, I've submitted latest code which uses more recent libraries. Can you try installing and see if it fixes the problem? Please make sure you run under the following:

In addition I wrote the following devops articles on how to set it up for DigitalOcean.

Let me know if it helps!