Re: Noob: How do I get this app to work :(

2013-05-19 Thread Kelvin Wong
If you have old code, you can still use it with an older Django using the pip installer $ pip install Django==1.3.7 K On Thursday, May 16, 2013 1:58:52 PM UTC-7, Todd Wickizer wrote: > > Hello there, > > I just install Django yesterday. I am trying to take a calendar app and > edit it for my

Re: Noob: How do I get this app to work :(

2013-05-18 Thread Artem Zinoviev
try use something like this - https://github.com/jtuz/django-events-calendar четверг, 16 мая 2013 г., 23:58:52 UTC+3 пользователь Todd Wickizer написал: > > Hello there, > > I just install Django yesterday. I am trying to take a calendar app and > edit it for my own means. Unfortunately I am a li

Re: Noob: How do I get this app to work :(

2013-05-18 Thread Artem Zinoviev
hi Todd, you try using generic views and you can`t :-) read this article - https://docs.djangoproject.com/en/1.5/topics/class-based-views/, it can help you. best regards, пятница, 17 мая 2013 г., 20:08:31 UTC+3 пользователь Todd Wickizer написал: > > Thanks Tom. I tried copying and pasting the

Re: Noob: How do I get this app to work :(

2013-05-17 Thread Todd Wickizer
Thanks Tom. I tried copying and pasting the urls.py data into the thing and I got this error. Could not import django.views.generic.list_detail.object_detail. Parent module django.views.generic.list_detail does not exist. I'm assuming that that is depreicated and that this app no longer works?

Re: Noob: How do I get this app to work :(

2013-05-17 Thread Tom Evans
On Fri, May 17, 2013 at 12:47 AM, Todd Wickizer wrote: > I have a feeling that this application is too old to use and is missing too > much code? Possibly, but Django is pretty backwards compatible, normally it shouldn't be too much work to bring it up to date. Your error seems that it is unable

Re: Noob: How do I get this app to work :(

2013-05-16 Thread Todd Wickizer
I have a feeling that this application is too old to use and is missing too much code? -- 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...@

Noob: How do I get this app to work :(

2013-05-16 Thread Todd Wickizer
Hello there, I just install Django yesterday. I am trying to take a calendar app and edit it for my own means. Unfortunately I am a little confused on how to create the Urls.py file to match the application. Here is the application. http://code.google.com/p/django-event-calendar/source/browse/#