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 <aridavi...@gmail.com> wrote: > Hi, > > I have a website that has been using a version of the Moveable Type > blogging tool for a simple calendar of

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

Re: Calendar of Events

2008-07-08 Thread Mario
I looked at the 3captus.com/download/django_calendar, but found it to be somewhat cumbersome in terms of functionality. I don't want anonymous users to create or delete calendar of events. Any more suggestions or ideas? -Mario On Jul 7, 11:29 pm, bedros <[EMAIL PROTECTED]> wrot

Re: Calendar of Events

2008-07-07 Thread bedros
I was looking for the same thing and found the following http://www.3captus.com/download/django_calendar have not tried it yet, but there's a demo on the same website. On Jul 7, 6:34 pm, Mario <[EMAIL PROTECTED]> wrote: > Thank you. I managed to install the event calendar model in Django. I

Re: Calendar of Events

2008-07-07 Thread Mario
Thank you. I managed to install the event calendar model in Django. I can add the events and event categories and display using the default templates. My next question is ~ how do I display the calendar assuming I'm using the default templatetag that came with the application? I added {% load

Re: Calendar of Events

2008-07-07 Thread Rob Hudson
Google is your friend: http://code.google.com/p/django-event-calendar/ On Jul 7, 2:13 pm, Mario <[EMAIL PROTECTED]> wrote: > Hello, > > I’m a NOOB and I was wondering if there are any calendars of event > model that will allow a user to click on a specific date with the > associated listing of

Calendar of Events

2008-07-07 Thread Mario
Hello, I’m a NOOB and I was wondering if there are any calendars of event model that will allow a user to click on a specific date with the associated listing of events. Any suggestions or recommendations are appreciated. Thank you. Goober --~--~-~--~~~---~--~~