Re: Invoke not right worked

2016-02-22 Thread Seti Volkylany
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

Re: Invoke not right worked

2016-02-21 Thread James Schneider
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

Invoke not right worked

2016-02-21 Thread setivolkylany
*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'