-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'meta.settings' has no attribute 'FB_APPID' #761
Comments
META_SITE_PROTOCOL = 'http' # set 'http' for non ssl enabled websites Database |
It follows this commit of django_meta and version 2.4 |
Add |
I think it's better if we enforce |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/usr/local/lib/python3.9/site-packages/djangocms_blog/models.py", line 29, in
from .cms_appconfig import BlogConfig
File "/usr/local/lib/python3.9/site-packages/djangocms_blog/cms_appconfig.py", line 10, in
from .settings import MENU_TYPE_COMPLETE, get_setting
File "/usr/local/lib/python3.9/site-packages/djangocms_blog/settings.py", line 198, in
BLOG_FB_APPID = meta_settings.FB_APPID
The text was updated successfully, but these errors were encountered: