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
Having a basic issue after installing django-parsley - the following error is displaying when I try to run the python manage.py runserver command:
from parsley.decorators import parsleyfy ModuleNotFoundError: No module named 'parsley'
If parsley is a different dependency that must be installed in the project, could the docs be updated to reflect that? I can't figure out what to do to get this working.
The text was updated successfully, but these errors were encountered:
Having a basic issue after installing django-parsley - the following error is displaying when I try to run the
python manage.py runserver
command:from parsley.decorators import parsleyfy
ModuleNotFoundError: No module named 'parsley'
If parsley is a different dependency that must be installed in the project, could the docs be updated to reflect that? I can't figure out what to do to get this working.
The text was updated successfully, but these errors were encountered: