llazzaro / django-scheduler-sample

Example application of django-scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example application of django-scheduler


Languages

Language:JavaScript 89.1%Language:Python 8.3%Language:HTML 2.6%