slashmili / django-jalali

Jalali DateField support for Django model
http://pypi.python.org/pypi/django_jalali
BSD 3-Clause "New" or "Revised" License
255 stars 53 forks source link

No module named django_jalali #65

Closed miladazadsanjary closed 6 years ago

miladazadsanjary commented 6 years ago

i installed the app , and create the model when i try to makemigrations this error shows to me : No module named django_jalali

slashmili commented 6 years ago

@miladazadsanjary there is a problem with your setup. Please follow the installation guide.

ahatashkar commented 5 years ago

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

slashmili commented 5 years ago

@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)