An open API service indexing awesome lists of open source software.

https://github.com/llazzaro/django-scheduler-sample

Example application of django-scheduler
https://github.com/llazzaro/django-scheduler-sample

calendar example-data example-project

Last synced: 3 months ago
JSON representation

Example application of django-scheduler

Awesome Lists containing this project

README

        

django-scheduler-sample
=======================

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

Installation
=======================
```bash
pip install -r requirements.txt
```

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