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
I'm already following the tutorial instruction, but when I run via npm run dev, I have this error:
File "/home/mavis/.virtualenvs/pinax_project/lib/python3.6/site-packages/django/contrib/contenttypes/models.py", line 27, in _get_opts
model = model._meta.concrete_model
AttributeError: 'str' object has no attribute '_meta'
Does anyone know?
The text was updated successfully, but these errors were encountered:
I have encountered the same issue while including the snippet from docs. (see attachment)
Also, I had to load {% load pinax_comments_tags bootstrap %} too, which was not written in docs.
I'm already following the tutorial instruction, but when I run via npm run dev, I have this error:
File "/home/mavis/.virtualenvs/pinax_project/lib/python3.6/site-packages/django/contrib/contenttypes/models.py", line 27, in _get_opts
model = model._meta.concrete_model
AttributeError: 'str' object has no attribute '_meta'
Does anyone know?
The text was updated successfully, but these errors were encountered: