Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 417 Bytes

django-scheduler-sample

This is a sample project using django-scheduler and django-scheduler-views

Installation

pip install -r requirements.txt

Usage

export DJANGO_SETTINGS_MODULE=project_sample.settings
python manage.py bower install
python manage.py migrate
python manage.py collectstatic
python manage.py runserver