Adding utils to PYTHONPATH

This commit is contained in:
Samuel Clay 2009-07-19 20:06:39 +00:00
parent c31bd8ebc5
commit 8a5cd59d44
2 changed files with 2 additions and 1578 deletions

File diff suppressed because it is too large Load diff

View file

@ -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