Error: No module named staticfiles Error: No module named staticfiles nginx nginx

Error: No module named staticfiles


You're probably using older version of Django. staticfiles app has been available from version 1.3 only.


You most likely need to upgrade your version of django by using setuptools

sudo easy_install --upgrade django


I just remove the whole server and installed everything again, that solved everything. Seems I got some old django ghost installation or something

Sorry and thanks!