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
{{ message }}
This repository has been archived by the owner on May 11, 2019. It is now read-only.
After executing python manage.py syncdb i have this eroor
ImportError: Could not import settings 'yeti.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named taxii_services.base_taxii_handlers
How can i resolve it ?
The text was updated successfully, but these errors were encountered:
Which version of YETI are you running? The package structure taxii_services.base_taxii_handlers changed to taxii_services.message_handlers.XYZ in taxii_services.
My guess is updating your version of YETI will help solve the issue.
Thank you.
-Mark
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
After executing python manage.py syncdb i have this eroor
ImportError: Could not import settings 'yeti.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named taxii_services.base_taxii_handlers
How can i resolve it ?
The text was updated successfully, but these errors were encountered: