Error: ImproperlyConfigured: The SECRET_KEY setting must not be empty

2014-06-24 Thread Rini Michael
Hi, i was trying to install django_cron using pip install django_cron,but unfortunately now i find a error as ImproperlyConfigured: The SECRET_KEY setting must not be empty can anybody help me with this Thanks in advance regards, Rini -- You received this message because you are subscribed to th

converting the format of datetime from datetime.datetime( yyyy mm dd hh mm tzinfo=) to yyyy mm dd hh mm

2014-06-21 Thread Rini Michael
Hi I am working in datetime in django,this is the code in my forms.py from_time = forms.DateTimeField(label="FromTime", required=True, input_formats=["%Y-%m-%d %H:%M:%S"], widget=DateTimeInput(format="%Y-%m-%d %H:%M:%

Re: execute a code at a particular date and time (aperidic task) in django

2014-06-11 Thread Rini Michael
Thank you Javier On Tue, Jun 10, 2014 at 6:47 PM, Javier Guerra Giraldez wrote: > On Tue, Jun 10, 2014 at 6:43 AM, Rini Michael > wrote: > > Thanks for your reply,i have been looking into celery as well,but i found > > that celery is used for periodic task and i am

Re: Admin site doesn't work

2014-06-10 Thread Rini Michael
while launching through the browser do u give something like http://127.0.0.1:8000/admin/ On Wed, Jun 11, 2014 at 7:40 AM, Glen J wrote: > I read another post on here about how their Django site admin site would > not come up. In their case, they had failed to edit the urls.py and > settings.p

Re: execute a code at a particular date and time (aperidic task) in django

2014-06-10 Thread Rini Michael
Hi Malcolm Thanks for your reply,i have been looking into celery as well,but i found that celery is used for periodic task and i am looking to execute aperiodic task.please correct me if i am wrong Thanks in advance -- You received this message because you are subscribed to the Google Groups

execute a code at a particular date and time (aperidic task) in django

2014-06-10 Thread Rini Michael
Hi, i am looking for a way where i can execute a task at a particular date and time, i tried apscheduler for this purpose but i am finding some difficulty while integerating with django. can anyone help me with this the flow is user will specify a particular date and time through GUI --> submit -