run manage.py commands within app

2014-03-23 Thread judy wawira
Hello I have a django app using haystack and a solr backend to power searches There is dynamic addition of data and wonder if there are other ways to automatically rebuild the solr index without manually going to the command line to run manage.py rebuild_index Thanks -- You received this

Re: Pandas in Django

2014-03-08 Thread judy wawira
list). > > Den fredagen den 7:e mars 2014 kl. 03:44:13 UTC+1 skrev judy wawira: >> >> Hello >> >> I have a CSV file that i wish to manipulate based on user inputs and show >> this on a Djnago project >> >> I dont necessarily wish to save the data in the

Pandas in Django

2014-03-06 Thread judy wawira
Hello I have a CSV file that i wish to manipulate based on user inputs and show this on a Djnago project I dont necessarily wish to save the data in the model Can anyone point me to a direction on how to do this I have tried creating a normal app like below but it says listmethod not

Re: Passing ahref link as a variable to a view

2014-02-10 Thread judy wawira
then get the server url with request.GET.get('server_url') > > > Cheers > > François > > On Feb 9, 2014, at 10:59 PM, judy wawira <judyw...@gmail.com> > wrote: > > > i have a django page that loads urls as such > > > > Please select server to cr

Passing ahref link as a variable to a view

2014-02-09 Thread judy wawira
i have a django page that loads urls as such Please select server to create shredder job http://s.com/ http://munene.com/ http://faith.com/ http://one.com/ when a