Hi ,


I am new to mezzanine

I have my development site running and I am trying to move it to server 
using command fab -f fabfile_spinA.py all

Everything goes fine and a lot of things gets installed automatically until:

*$ **/home/weber/.virtualenvs/row/bin/python 
/home/weber/.virtualenvs/row/project/manage.py createdb --noinput --nodata** 
->*


[xx.xxx.xxx.xx] out: /home/weber/.virtualenvs/row/bin/python: can't open 
file '/home/weber/.virtualenvs/row/project/manage.py': [Errno 2] No such 
file or directory

[xx.xxx.xxx.xx] out: 


Fatal error: run() received nonzero return code 2 while executing!


Requested: /home/weber/.virtualenvs/row/bin/python 
/home/weber/.virtualenvs/row/project/manage.py createdb --noinput --nodata

Executed: /bin/bash -l -c "cd /home/weber/.virtualenvs/row/project && 
source /home/weber/.virtualenvs/row/bin/activate && 
/home/weber/.virtualenvs/row/bin/python 
/home/weber/.virtualenvs/row/project/manage.py createdb --noinput --nodata"


Aborting.


All i'v got inside /home/weber/.virtualenvs/row/project/ is 
local_settings.py

Why fabric does not copy other files to project directory?

Why all django / mezzanine stuff is inside .virtualenvs/project_name 
instead of /home/weber/project_name

How to change it? 

Best regards


Jarek

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to