Re: blog displays raw html [SOLVED]

2008-03-28 Thread Floyd Arguello
; > -justin > > On Thu, Mar 27, 2008 at 7:32 PM, Floyd Arguello <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > Hi djangoers, > > I'm learning Django by setting up a blog per instructions here (combined > with code

blog displays raw html

2008-03-27 Thread Floyd Arguello
Hi djangoers, I'm learning Django by setting up a blog per instructions here (combined with code from djangoproject.com svn): http://www.rossp.org/blog/2006/jun/08/django-blog-redux/ Most things work, except I enter raw html when posting the blog through the admin interface, and the raw html

Re: Problems with Apache + mod_python

2008-03-27 Thread Floyd Arguello
Slayer_X wrote: > # vim /etc/httpd/conf/httpd.conf > > PythonPath "['/usr/lib/python2.4/site-packages/django'] + > sys.path" > SetHandler python-program > PythonHandler django.core.handlers.modpython > PythonDebug On > SetEnv DJANGO_SETTINGS_MODULE ripsol.settings > Try this

Re: admin login returns 500 error

2008-03-26 Thread Floyd Arguello
d to serve the media files. Thanks, Floyd Graham Dumpleton wrote: > On Mar 26, 3:43 pm, Floyd Arguello <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I've been working on this a few hours now, and I feel like someone has >> dropped a BFR on my head. Logging int

admin login returns 500 error

2008-03-25 Thread Floyd Arguello
Hi all, I've been working on this a few hours now, and I feel like someone has dropped a BFR on my head. Logging into the Django Admin returns a very informative 500 error. Anyone run into this before? Any ideas? Thanks, Floyd --~--~-~--~~~---~--~~ You received

Re: IDE

2008-03-06 Thread Floyd Arguello
so I stopped using it to keep things simple. Floyd Arguello Michael Newman wrote: > I would second vim for quick editing of django and python files, it is > great once you get over a bit of a curve. > > Recently I needed an editor that let me work on a large Ajax file that > I k