a-roomana / django-jalali-date

Jalali Date support for user interface. Easy conversion of DateTimeFiled to JalaliDateTimeField within the admin site, views, forms and templates.
MIT License
295 stars 33 forks source link

installation error #14

Closed Omid888 closed 5 years ago

Omid888 commented 5 years ago

I installed jalali_date and added 'jalali_date' to settings.py and started the project. (I did nothing else) and got the following error:

ModuleNotFoundError: No module named 'jalali_daterequest'

Can you dig into it? if any more information is needed, I'm available. python 3.7.3 django 2.2.2

a-roomana commented 5 years ago

@Omid888 سلام فکر میکنم یک سوتی کوچیک دادید. احتمالا تنظیمات شما به این شکل است!

INSTALLED_APPS = [
    'other_apps',
    'jalali_date'
    'request',
]

فکر کنم که بعد از وارد کردن jalali_date کاما نگذاشتید!!

Omid888 commented 5 years ago

Sorry, My bad..