django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

AttributeError: 'module' object has no attribute 'NOTIFY_SLEEP_TIME' #11

Closed jandebleser closed 9 years ago

jandebleser commented 9 years ago

Hi, When I try to run

python manage.py notifymail

I get

AttributeError: 'module' object has no attribute 'NOTIFY_SLEEP_TIME'

This is because there is no NOTIFY_SLEEP_TIME in the settings.py. Did you mean NYT_SLEEP_TIME?

Thanks, Jan

benjaoming commented 9 years ago

Yes, that would be a problem left from the renaming of the project. Sorry, I haven't used the mail notification for a while (but I'll need it soon, too).

jandebleser commented 9 years ago

Thanks!