mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding utils to PYTHONPATH
This commit is contained in:
parent
c31bd8ebc5
commit
8a5cd59d44
2 changed files with 2 additions and 1578 deletions
1579
logs/newsblur.log
1579
logs/newsblur.log
File diff suppressed because it is too large
Load diff
|
@ -7,6 +7,7 @@ sys.path.append(workspace)
|
|||
|
||||
sys.path.append('/home/conesus/django/')
|
||||
sys.path.append('/home/conesus/newsblur/')
|
||||
sys.path.append('/home/conesus/newsblur/utils')
|
||||
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
|
||||
import django.core.handlers.wsgi
|
||||
|
|
Loading…
Add table
Reference in a new issue