Re: Dreamhost for Django hosting.

2014-03-08 Thread Ezequiel Bertti
Hi, I use Dreamhost, they don't have a virtualbox on shared server. But you can use your own python environment with pyenv. http://wiki.dreamhost.com/Python https://github.com/yyuu/pyenv-installer https://github.com/yyuu/pyenv On Sun, Mar 9, 2014 at 4:53 AM, Chen Xu

Dreamhost for Django hosting.

2014-03-08 Thread Chen Xu
I am trying to host my Django website on Dreamhost, I am wondering if Dreamhost provides a virtual linux box that can allow you to ssh in? Thanks -- ⚡ Chen Xu ⚡ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: Trying to set up hashed versioning in Django for static files

2014-03-08 Thread Tom Evans
On Fri, Mar 7, 2014 at 4:08 AM, Vernon Burt wrote: > Hello all, > > I've pretty quikly found out in my DJango adventure that I need to have some > kind of versioning for my static css and javascript files. After talking to > some web developers I was directed to use Django's

Re: [newbie] BASE_DIR vs. SETTINGS_DIR

2014-03-08 Thread Russell Keith-Magee
On Sun, Mar 9, 2014 at 5:09 AM, David wrote: > Dear list, > > I follow > http://www.tangowithdjango.com/book/chapters/templates_static.html > > The book instructs me to insert a SETTINGS_DIR and PROJECT_PATH > variables in my project settings.py. > However, the automatically

Re: Pandas in Django

2014-03-08 Thread Alex Mandel
There is no reason to think you can't use Pandas or any other python library within Django. In your views.py or in a subfile that it references, import the library you want, manipulate any objects in django or from the filesystem(in this case I assume you've saved the csv somewhere django can see

Re: Pandas in Django

2014-03-08 Thread judy wawira
here is what i am trying to do I have an application that is django driven that allows users to upload a csv file , and map concepts to export to a separate application .. essentially a middleware for data migration I would like to provide users with some summary analysis of their data in

[newbie] BASE_DIR vs. SETTINGS_DIR

2014-03-08 Thread David
Dear list, I follow http://www.tangowithdjango.com/book/chapters/templates_static.html The book instructs me to insert a SETTINGS_DIR and PROJECT_PATH variables in my project settings.py. However, the automatically created settings.py already contains a line BASE_DIR =

Re: installing django trunk

2014-03-08 Thread Dan Gentry
Malik, in order to install within your virtualenv, you should activate it first /bin/activate . Then run the pip install command. Cheers! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Pandas in Django

2014-03-08 Thread Alvin Lindstam
Hello Judy. You could increase the likelihood of a helpful response: -Provide more of the code, such as relevant imports. -Provide the full error report when you get an exception (copy-pasted). -Use the correct channel. It seems that you are using the pandas library and the code you included

installing django trunk

2014-03-08 Thread Malik Rumi
I am going from 1.6.1 to 1.7a2, mostly to take advantage of the new migrations feature. I followed the directions here http://django.readthedocs.org/en/latest/topics/install.html#removing-old-versions-of-django Since I originally installed with pip, supposedly that would take care of