Hello everyone, I'm new to Django and I'm currently following the Mozilla tutorial to be familiar with this Python written framework.
The issue I have is that after building my database models and typing : '*python3 manage.py makemigrations*' I get the error "*AttributeError: 'Model' object has no attribute '_meta*'". Can anyone help, please ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ba72f8c7-ff31-4fdc-8695-49c73a700331n%40googlegroups.com.

