Setting up TinyMCE with django-grappelli?

2009-06-26 Thread Chris O'Donnell
I've never used TinyMCE, and would really like to get it working with Grappelli, but the "Using TinyMCE" wiki page on the Grappelli Google Code site doesn't produce any results for me. Could someone who's got it working maybe outline all the steps needed to get TinyMCE working? Do I need django-

A way to specify different template code for every 6th item in a list?

2009-05-02 Thread Chris O'Donnell
I'm using the Blueprint CSS framework and need to be able to have every 6th list item processed with different code than every 1st-5th. I guess you could do some sort of "is divisible by 6" thing, but I'm not sure exactly what's entailed to get the job done. New to Django, if you haven't

Re: Mysql?

2009-04-02 Thread Chris O'Donnell
To install Django on the server, if it isn't there already. On Mar 31, 11:33 pm, Wiiboy wrote: > Why do you need shell access?  Aren't you supposed to do all the > coding and stuff on the local server, and then upload it?

Re: How would you code a template to do this (template logic)

2009-03-31 Thread Chris O'Donnell
Interesting I have I slightly different dilemma, but I think this will work. Here's the thread: http://groups.google.com/group/django-users/browse_frm/thread/b87a12f63f2db0a3 Regards, Chris --~--~-~--~~~---~--~~ You received this message because you are

Re: Picky templating

2009-03-31 Thread Chris O'Donnell
Thanks I'll post back here if it works out for me. And probably if it doesn't. But it will, right? :-) On Mar 31, 4:58 pm, Malcolm Tredinnick <malc...@pointy-stick.com> wrote: > On Wed, 2009-04-01 at 10:57 +1100, Malcolm Tredinnick wrote: > > On Tue, 2009-03-31 at 16:51 -0700,

Re: Mysql?

2009-03-31 Thread Chris O'Donnell
I think he means that his (shared?) hosting plan includes 1 MySQL database, not unlimited databases. On Mar 31, 4:47 pm, Greg Poirier wrote: > On Tue, Mar 31, 2009 at 7:44 PM, stars wrote: > > > > > So, I have a Mysql from my hosting

Re: Mysql?

2009-03-31 Thread Chris O'Donnell
Oh, it looks like I was beaten to it. Oh well. His reply is better anyway. :-) On Mar 31, 5:01 pm, "Chris O'Donnell" <chrisfodonn...@me.com> wrote: > You should be able to use the MySQL database that comes with your > hosting plan, so long as they run a suitable versio

Re: Mysql?

2009-03-31 Thread Chris O'Donnell
You should be able to use the MySQL database that comes with your hosting plan, so long as they run a suitable version, which they should. Which hosting company do you use? Also, I get the feeling you're new to Web programming ... and running Django apps is a much more advanced task than coding

Re: Newbie question - add dynamically optionMenu

2009-03-31 Thread Chris O'Donnell
Could you be a tad more specific? Not sure exactly what you're referring to. May be able to help out... On Mar 31, 1:26 pm, AsiSoudai wrote: > hey Gang, > > I'm new to django, and I'm looking to add dynamically optionMenu to a > dropdown several menus object, without

Picky templating

2009-03-31 Thread Chris O'Donnell
Hello all, Here's my dilemma: I want every fourth item displayed using a {% for %} loop to be rendered using a different block of HTML. This want is specific to a CSS framework I'm using, Blueprint CSS. Any of you that use it and haven't modified its source know that for the last column in the