When I opened my Django project, the weird problem of not having my settings configured stopped me from making migrations. I did configure the DJANGO_SETTINGS_MODULE, but it kept on showing me that error.
Program: https://replit.com/@RandomDreamWalker2011/Natures-Flight-10?v=1
Error:
Hi @RandomDreamWalker201 thanks for your question and welcome to the community!
I haven’t used django myself but did a quick Google search on any related issues to django-admin makemigrations
.
The recommendation here is to not use django-admin
but manage.py makemigrations
instead.
Let me know if this advice helps!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.