You might have noticed, the calendar view is a generic template view.
It only display an html page.
All the work is done with js. If everything work fine, it fetch the
list of even for the period with ajax and add the event in the
calendar.

/calendar/json should return the list of event. As you can see, you
get an error. The problem is that the library is python2 only. The
type unicode have been removed in python3 as every str are now
unicode.

I managed to make the library work only with python2.

2016-07-19 21:23 GMT+02:00 Cronos Cto <cronos...@gmail.com>:
> This happened. Sorry for taking so long, had exams to take care of.
>
> --
> 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/32bb5e5c-6a72-446b-a8b5-25c3f93badf7%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



-- 

Cordialement, Coues Ludovic
+336 148 743 42

-- 
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/CAEuG%2BTawTc5kLA%2Bx1DmgXUTeM%2BzKZ%2BTBe2O0Pz%3D6874%3D582EkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to