Re: Extending Django-cms Menu

2009-08-11 Thread odonnell
Try getting it to work with one blog first. On Aug 11, 7:10 am, Alessandro Ronchi wrote: > 2009/8/11 Alessandro Ronchi > > > I have a django-cms app with this menu: > > I've partially solved my problem. > but it doesn't get get_title from the model. > > It's very strange, because I've followed

Re: Extending Django-cms Menu

2009-08-11 Thread odonnell
Never mind, I read your question wrong. On Aug 11, 7:10 am, Alessandro Ronchi wrote: > 2009/8/11 Alessandro Ronchi > > > I have a django-cms app with this menu: > > I've partially solved my problem. > but it doesn't get get_title from the model. > > It's very strange, because I've followed the

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Okay, that's probably what got both of us. Thanks! On Aug 10, 4:09 pm, Matthias Kestenholz wrote: > On Tue, Aug 11, 2009 at 1:01 AM, odonnell wrote: > > > I'll try starting with the example project this time, maybe something > > in there is different than starting a

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Thanks, everything works when you start with the sample project. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://github.com/digi604/django-cms-2.0/ > > up and running on my dev but I'm getting this e

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
I'll try starting with the example project this time, maybe something in there is different than starting a project with django-admin.py startproject. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
I just had the same problem and I've isolated the issue, sort of. I commented out all the stuff to do with CMS in settings.py and urls.py, except the line "django.core.context_processors.request", in TEMPLATE_CONTEXT_PROCESSORS. The issue still persisted. When I commented that out, too, I was able

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Holy shit! I just posted the EXACT SAME PROBLEM two seconds ago. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://github.com/digi604/django-cms-2.0/ > > up and running on my dev but I'm getting this e

Trouble installing Django-CMS 2

2009-08-10 Thread odonnell
Hello everyone, I'm having quite a lot of pain installing django-cms 2.0, which is available at http://github.com/digi604/django-cms-2.0/tree/master. When I visit /admin/, I get a "TemplateSyntaxError at /admin/" with the subtitle "Caught an exception while rendering: u'user' ." I suck at readin

Re: Setting up TinyMCE with django-grappelli?

2009-06-29 Thread odonnell
gt; this:http://code.google.com/p/django-tinymce/ > > thanks, > patrick > > On 28 Jun., 21:49, odonnell wrote: > > > > > Can anyone give me some help with this? > > > On Jun 26, 3:27 pm, odonnell wrote: > > > > Also, I'm trying to set up django-fil

Re: Setting up TinyMCE with django-grappelli?

2009-06-28 Thread odonnell
Can anyone give me some help with this? On Jun 26, 3:27 pm, odonnell wrote: > Also, I'm trying to set up django-filebrowser, made by the same people > who make django-grappelli, and there's some stuff on that Google Code > wiki about TinyMCE that's totally confused

Re: Setting up TinyMCE with django-grappelli?

2009-06-26 Thread odonnell
Also, I'm trying to set up django-filebrowser, made by the same people who make django-grappelli, and there's some stuff on that Google Code wiki about TinyMCE that's totally confused me. I want Grappelli, FileBrowser, and TinyMCE all working nicely. Right now, I have Grappelli set up. If anyone