Files
scrapers/dtss.py

8 lines
200 B
Python

import os, sys
import django
def getReady():
sys.path.append('/var/www/digisnaxx.ado/api.digisnaxx')
os.environ['DJANGO_SETTINGS_MODULE'] = 'config.django.local'
django.setup()
return