Closed miladazadsanjary closed 6 years ago
@miladazadsanjary there is a problem with your setup. Please follow the installation guide.
I follow the installation guide step by step. When I command "python3 manage.py makemigrations", this error shows up: ModuleNotFoundError: No module named 'django_jalali' please help me thank you
@ahatashkar, I'm sorry but it's not an issue of this module.
I just tried it again locally and it works, you probably missing some configuration, notably modifying your project/settings.py
and adding django_jalali
in your INSTALLED_APPS
on the top of the list(it should be on the top of the list before your own apps)
i installed the app , and create the model when i try to makemigrations this error shows to me : No module named django_jalali