First of all are you using a virtual environment for running the django project in? If not, I would strongly recommend that you check how to use and implement virtualenv. The problem with running python on a debian based system otherwise is that you can get issues with different packages in different places. If you create a virtual environment and run everything from there you get complete control over which version of python and which version of your plugins will be running.
Regards, Andréas 2014-04-24 1:34 GMT+02:00 Christos Jonathan Seth Hayward < [email protected]>: > I have a new Debian VPS, and a Django project that I am trying to deploy > is not seeing django.contrib.staticfiles.*. Doing a "pip install > django-staticfiles" has not observably changed things. > > What is the best way to have things running well enough that such Django > projects will run? > > Thanks, > > > -- > [image: Christos Jonathan Seth Hayward] <http://jonathanscorner.com/> > Christos Jonathan Seth Hayward, an Orthodox Christian author. > > Amazon / Kindle <http://amazon.com/author/cjshayward> * *Author > <http://cjshayward.com/>* * Author Bio<http://jonathanscorner.com/author/> > * *Email <[email protected]>* * > Facebook<http://www.facebook.com/christos.jonathan.hayward> > * Fan Page <http://fan.cjshayward.com/> * Google > Plus<http://jonathanscorner.com/plus> > * LinkedIn <http://www.linkedin.com/in/jonathanhayward> * *Professional > <http://jonathanhayward.com/>* * Twitter<http://twitter.com/JonathansCorner> > * *Web <http://jonathanscorner.com/>* * What's > New?<http://jonathanscorner.com/> > If you read just *one* of my books, you'll want *The Best of Jonathan's > Corner <http://www.amazon.com/dp/1478219912>*. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAE6_B5SMaj3tbjbz5-JKMkhZJ%3DGLYE1-RpkxAENKVRmx_fVwZA%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAE6_B5SMaj3tbjbz5-JKMkhZJ%3DGLYE1-RpkxAENKVRmx_fVwZA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALXYUbnzxEBJDgcdP4PMn198Qx_Oe3Rk8w8W1fGhnEu12rkreg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

