Results 21 comments of Isa

Or is it just that I need to make every form entry of dates to be timezone aware does django not do that on its own? Sorry I know this...

@mpaolino I was under the assumption django created the datetimes fields as timezone aware if you had USE_TZ=True but maybe that is faulty reasoning. Also a bit confused because in...

OK, I now understand the problem, you must use get_occurrence with the proper TZ, not convert the time after you get the occurrence.

You cant treat occurrences as events because of never-ending events. That would cause your server to fill up instantly! Instead occurrences are calculated at view time and only stored if...

check out the api for the fullcalendar viewer for now, its at the bottom of views.py

How does one install this package with pip or conda currently? I've tried appendind sys path but I still cannot import the module

ok if someone else has this problem: typical URL format : https://soundcloud.com/ARTIST/sets/PLAYLIST_NAME/SECRET_TOKEN You will need to go to the iframe embed code for the playlist, or the oembed url as...

This is also a bug when using an Environment, bug still lurking today

This has not been fixed in the bower version