Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django calendar app? [closed]

everyone. I'm developing a meeting room reserving system with django for my company. I need a calender compontent in this system. I want to view my events in daily, weekly and monthly view, just like Google calendar. Is there any existing app helpful to me?

like image 405
guoqiao Avatar asked Nov 25 '25 03:11

guoqiao


1 Answers

Django's class based views support day, month and year views out-of-the-box. We used these for a simple calendar app in a project (example), works like a charm. We used Python's calendar lib as a starting point for a generic templatetag.

I googled for a similar idea and found this: http://code.google.com/p/django-gencal/

like image 111
Hedde van der Heide Avatar answered Nov 26 '25 16:11

Hedde van der Heide



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!