more scrapers
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import re, os, sys
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
import django
|
||||
sys.path.append('../../../')
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'config.django.local'
|
||||
django.setup()
|
||||
sys.path.append('/var/www/digisnaxx.ado/scrapers')
|
||||
import dtss
|
||||
dtss.getReady()
|
||||
|
||||
from events.models import Event,Organization, Promo, Calendar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user