This is a sample project using django-scheduler and django-scheduler-views
pip install -r requirements.txt
export DJANGO_SETTINGS_MODULE=project_sample.settings
python manage.py bower install
python manage.py migrate
python manage.py collectstatic
python manage.py runserver