views:

171

answers:

2

i'm running on wsgi on centos 5...

i've recently updated locally from 1.0 to 1.1

I updated the server using svn update

now when I apply a new app developed locally to the server it returns with a 500 error.

all i'm doing is python manage.py startapp appname

adding the app into installed_apps in the settings file and uploading

this then causes a 500 error... anything that would be causing this?

+1  A: 

Check also the list at http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges.

msmart
+1  A: 

Didn't we solve this for you in IRC the other day? If not, there was someone with the same OS and vague problem description.

Turned out to be a third-party app causing the problem, not the newly added one (which a review of the trackback proved if read carefully)

SmileyChris
yes chris, that it was me... I posted this before I cam into IRC... great job on your part thou!
Neil Hickman