django-scheduler-sample icon indicating copy to clipboard operation
django-scheduler-sample copied to clipboard

Example application of django-scheduler

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