Almost all worked
http://eugenelysenko.pythonanywhere.com/
Thank you very much
On Sun, Feb 21, 2016 at 10:55 PM, James Schneider
wrote:
> On Sun, Feb 21, 2016 at 12:25 PM, wrote:
>
>>
>> *my file with invoke-task (tasks.py)*
>> .
>> from
On Sun, Feb 21, 2016 at 12:25 PM, wrote:
>
> *my file with invoke-task (tasks.py)*
> .
> from invoke import run, task
>
> separeted_line = eval('\'*\'*50')
> sample = "\n{0}\n*** Finished: {1} ***\n{0}\n"
>
>
> @task
> def run_stadalone_conf
*my file with invoke-task (tasks.py)*
.
from invoke import run, task
separeted_line = eval('\'*\'*50')
sample = "\n{0}\n*** Finished: {1} ***\n{0}\n"
@task
def run_stadalone_configure():
command = './manage.py collectstatic --noinput'
3 matches
Mail list logo