Tuesday, January 30, 2018

putting together a simple calendar of events in Django

Hi,

I have a website that has been using a version of the Moveable Type blogging tool for a simple calendar of events. This works quite well: By reversing the order of display, I am able to show events from today forward (as opposed to typical blog display of "today, back")

What makes a Calendar of Events different from a regular scheduling calendar is primarily that you can have a plethora of events scheduled at the same time. Some Calendars find that problematic. But, if you go to newspaper sites, public community sites, they often have decent calendars.

Has anyone used Django for this type of application? What worked best for you? Can you point me to a tutorial/preferred module(s)?

Thx,
ari

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF%2BxBDVW-CvXVpTT8bqmmaS_OC5%2Bx%3DDB_RtRswnRs3nbQf8dgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment