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
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