Re: django formset

2017-04-29 Thread shahab emami
somebody had my problem before: https://github.com/elo80ka/django-dynamic-formset/issues/108 please tell me something about this problem i cant solve if yet On Friday, April 28, 2017 at 3:45:10 PM UTC+4:30, shahab emami wrote: > > hello > i search for my question on google and this group by i

Re: Why do I get this error "context must be a dict rather than Context." ?

2017-04-29 Thread Tim Graham
It looks like the tutorial you're following hasn't been updated for Django 1.11. Line 20 should pass a dict rather than Context: t.render({'current_date': now}) It's related to this change in Django 1.11:

Why do I get this error "context must be a dict rather than Context." ?

2017-04-29 Thread Pubudu Goonetilleke
My code : I am following tutorial on Django site and this is where I got stuck

Re: Having problem with django runserver not working in windows 7

2017-04-29 Thread ludovic coues
Do you mind sharing the full error you got ? 2017-04-29 5:46 GMT+02:00 Andrew James : > Hi I'm new to django and I'm having a problem with getting django runserver > to work. I'm new to django framework and I'm using windows 7. This is what > I've tried so far that I've

Re: Displaying single-line progress while a management command runs

2017-04-29 Thread Anton Samarchyan
> Makes it easy to display a command line progress bar but, again, I end up with loads of progress bars displaying in my test output, and I assume it'll do the same when scheduling the task to run You can try a module I made to avoid this particular issue in django management command -

Having problem with django runserver not working in windows 7

2017-04-29 Thread Andrew James
Hi I'm new to django and I'm having a problem with getting django runserver to work. I'm new to django framework and I'm using windows 7. This is what I've tried so far that I've installed django. I've installed that django in my p drive. and I've tried the path in cmd like

how to run a method background?

2017-04-29 Thread 孙佳利
Hello all, I am using apscheduler develop a timer, since the scheduler.state must equals '1' all scheduled jobs which storged in database will be triggered, so I need run scheduler.start() in background and let scheduler.state always equals '1', then all scheduled jobs will be triggered. So

Re: Change password using django ADMIN

2017-04-29 Thread ludovic coues
Do you mind sharing your urls.py files and the files used to generate that URL ? On 28 Apr 2017 1:20 pm, "Reynaldo Bernard" wrote: > When i change LANGUAGE_CODE = 'en-us' to 'es-mx' and i try to change > password from USER TABLE (default in Django) i got the next