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
- Host: GitHub
- URL: https://github.com/llazzaro/django-scheduler-sample
- Owner: llazzaro
- Created: 2014-05-10T01:47:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T22:12:58.000Z (over 1 year ago)
- Last Synced: 2025-03-26T19:07:06.576Z (3 months ago)
- Topics: calendar, example-data, example-project
- Language: JavaScript
- Homepage:
- Size: 511 KB
- Stars: 79
- Watchers: 10
- Forks: 75
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```