Re: Support HTML5 syntax

2014-08-17 Thread Jesús Lucas Flores
You can use Django Crispyforms El 17/08/2014 22:43, "Florian Apolloner" escribió: > > > On Sunday, August 17, 2014 7:33:17 PM UTC+2, noegry wrote: >> >> It might cause issues when templates are using HTML5 syntax but forms are >> using XHTML syntax? >> > > The forms are not using XHTML syntax per

Problem with Custom Manage.py command and Crontab

2013-02-06 Thread Jesús Lucas Flores
Hey guys, I need a little bit help with a custom manage.py command called *test* I am using it in a virtualenv on a shell script *script.sh*, if i execute *python manage.py script.sh * All is OK, but if the script is on the crontab give a *Unknown command: 'test'* . Here is the code: htt