llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

ModuleNotFoundError: No module named 'schedule.urls' #36

Closed Liamhanninen closed 5 years ago

Liamhanninen commented 5 years ago

In project_sample/urls.py:

url(r'^schedule/', include('schedule.urls')),

Caused: ModuleNotFoundError: No module named 'schedule.urls'

I don't see the schedule app. Am I missing something?

llazzaro commented 5 years ago

You need to install the schedule dep, it should be installed with pip install -r requirements.txt. Check here the project https://github.com/llazzaro/django-scheduler