smark-1 / django-easy-faq

a Django app to easily add FAQ into website with extremely little effort
MIT License
15 stars 9 forks source link

No module named 'faq' #1

Closed pors closed 2 years ago

pors commented 2 years ago

Hi!

I followed your instructions, but when starting the server I get ModuleNotFoundError: No module named 'faq'

I did install it:

pip freeze | fgrep faq
django-easy-faq==1.1

Any idea?

smark-1 commented 2 years ago

This was an issue for an older version of this app. I will have to look into this for version 1.1. Thanks for reporting

smark-1 commented 2 years ago

Can you send me a copy of the installed apps setting?

pors commented 2 years ago

When I print it I get:

['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'django.forms', 'django_filters', 'crispy_forms', 'faq']

Is that what you are looking for?

smark-1 commented 2 years ago

yes

smark-1 commented 2 years ago

I think I fixed the issue please install the newest release from pypi django-easy-faq==1.2 please let me know if this works

pors commented 2 years ago

It does, thanks!