Re: putting together a simple calendar of events in Django

2018-01-30 Thread carlos
Hi, you maybe try this app
https://github.com/llazzaro/django-scheduler

Cheers

On Tue, Jan 30, 2018 at 8:33 AM, Ari Davidow  wrote:

> 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+unsubscr...@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.
>



-- 
att.
Carlos Rocha

-- 
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+unsubscr...@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/CAM-7rO1W%3DSbhUbcnE0q5tQH5psy6-AGxK%2BE_4%3DHX219SkrJ6nA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


putting together a simple calendar of events in Django

2018-01-30 Thread Ari Davidow
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+unsubscr...@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.