Re: Trying to replace a char field with a forgein key feild

2018-08-29 Thread 'Matthew Stroud' via Django users
Thanks for the reply. Sadly in the process of me messing around with, I somehow fixed it. I'm not sure how, but when I get a chance I'll look through my changes and see what did it. In the meantime, I'm going to claim user error until I can figure it out. Thanks, Matthew Stro

Re: Trying to replace a char field with a forgein key feild

2018-08-28 Thread 'Matthew Stroud' via Django users
Thanks for the reply. This is a perfect coverage of steps 1 through 3 in what I'm doing, but it will break when I do step 4. I basically need to extend the model temporarily so the code doesn't break (I just thought of this so I'll try to implement it). Thanks, Matthew Stroud

Insite help

2014-01-21 Thread Matthew Stroud
I have been working on an application and it's working quite well. However I have been requested to have insite help integrated in to the site (e.g. a help button). Though I could just create static pages and serve them up, I would much rather have something that has a WYSIWYG editor that I can

Re: odd apache issues

2010-11-01 Thread Matthew Stroud
I have found the issue, it appears that I didn't have the compression development libraries installed while compiling mod_wsgi. After installing those and recompiling, the issue has gone away. Thanks for the help. On Oct 28, 2010, at 3:07 PM, kicker wrote: > I'm having an odd issue when I star