Llanilek
Llanilek

Reputation: 3466

new django app's from 1.1 causing 500 error

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?

Upvotes: 0

Views: 329

Answers (2)

SmileyChris
SmileyChris

Reputation: 10792

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)

Upvotes: 0

msmart
msmart

Reputation: 306

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

Upvotes: 1

Related Questions