Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 243 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 243 Bytes

Calendar component for spkcspider

Installation

pip install spkcspider-calendar

settings:

...
INSTALLED_APPS = [
...
    spider_calendar
...
]

activate:

./manage.py migrate
# or
./manage.py 

Usage: