mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #133] Many errors after git pull (03/10/2017) #90
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 10, 2017).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/133
Hello guys!
After the git pull today I had an issue with wsgi.py file.
The log show that the directory was not found and the supervisor service keep with status DOWN because the line below does not exist in the server:
execfile('/srv/webvirtcloud/venv/bin/activate_this.py', dict(file='/srv/webvirtcloud/venv/bin/activate_this.py'))
All installation was done in /var/www - Ubuntu 14.04 with Nginx.
Also the installation replaced the settings.py, there are many configs there like cert, etc.
Other error was with the ADMIN password, because the default and the current users and pass not working.
My luck that I did backup before to perform git pull!
Just to share with you guys.
Thank you.