Damn... thats one stupid mistake :)
thanks for noticing it :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe f
On Sep 5, 11:21 pm, PeteDK <[EMAIL PROTECTED]> wrote:
> Hi Im an trying to deploy my django app to an apache server. However i
> keep getting a 500 internal server error.
>
> i have followed this
> guide:http://fosswire.com/2008/05/19/installing-mod_python-and-django-on-ap...
>
> in my httpd.co
On Fri, Sep 5, 2008 at 9:21 AM, PeteDK <[EMAIL PROTECTED]> wrote:
>
> Hi Im an trying to deploy my django app to an apache server. However i
> keep getting a 500 internal server error.
>
> i have followed this guide:
> http://fosswire.com/2008/05/19/installing-mod_python-and-django-on-apache/
>
>
thought it might help to paste some of my urls. :-)
#!usr/bin/env python
#-*- coding: iso-8859-1 -*-
from django.conf.urls.defaults import *
from skema.views import *
from django.contrib.auth.views import *
from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
4 matches
Mail list logo