Hi there. I was reading Django Documentation, specifically Models page: https://docs.djangoproject.com/en/3.0/topics/db/models/
Under "Using models" section, the second sentence reads: "Do this by editing your settings file and changing the INSTALLED_APPS setting to add the name of the module that contains your models.py." Now, as "models.py" is a Python module, this statement is saying that you should add the name of the module that contains the other module. A Python module cannot contain a module. The word "module" here should be replaced by "directory" or "package". Thank you! -- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f3b18c4e-6f82-483b-9736-4255872b6756o%40googlegroups.com.