Did you try to run "python manage.py runserver" directly in your virtual 
env directory? And is there an error? I the port is in use you can try to 
stop the server by running supervisorctl stop all.

++ 

On Friday, February 28, 2014 1:08:44 AM UTC+1, Federico Bruni wrote:
>
> 2014-02-26 13:18 GMT+01:00 <[email protected] <javascript:>>:
>
>> Yes, I think fab create has to restart from the beginning. One more 
>> advice, be sure that all Fabric settings in settings.py are completed 
>> (or as much as you can). I tried to leave the field REPO_URL empty and fab 
>> deploy didn't work until I set a real git repository.
>
>
> Yes, I see that each time you run 'fab deploy' the git repository is 
> checked and pulled to get the updates.
> I've followed your advice, added as many settings as possible and solved 
> an issue with the gunicorn file, see:
> https://github.com/stephenmcd/mezzanine/issues/870
>
> Now the server is serving the contents, but... the database is still 
> wrong. All the static and theme files are correct (favicon, homepage), but 
> all the rest (other pages and access to admin) is wrong.
> Something went wrong with manage.py migrate. How can I find the problem? 
> In the output I see many "Nothing to migrate".
>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to