First time here? Check out the FAQ!
0

Admin Site Error on WebFaction

Trying to deploy my site onto Webfaction. Everything seems to be working, except the Admin Site. I keep getting this error when trying to access it:

'admin_static' is not a valid tag library: ImportError raised loading django.contrib.admin.templatetags.admin_static: cannot import name staticfiles_storage. Running Django 1.3.1 on Python 2.7.3

theactiveactor's avatar
167
theactiveactor
asked 2012-09-03 11:26:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Never mind, I found the problem. Using the webfaction panel, I unintentionally installed Django 1.4, but I also installed Django 1.3.1 locally to the app. This version mismatch appeared to have caused the issue. After recreating my Webfaction app to match the version, everything looks good.

theactiveactor's avatar
167
theactiveactor
answered 2012-09-04 09:18:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments