summaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
Diffstat (limited to 'cron')
-rw-r--r--cron/sync_links.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/cron/sync_links.py b/cron/sync_links.py
new file mode 100644
index 0000000..3ecd5a4
--- /dev/null
+++ b/cron/sync_links.py
@@ -0,0 +1,12 @@
+import sys, os
+
+sys.path.append('/home/luxagraf/webapps/django')
+sys.path.append('/home/luxagraf/webapps/django/luxagraf')
+sys.path.append('/home/luxagraf/webapps/django/luxagraf/apps')
+sys.path.append('/home/luxagraf/webapps/django/luxagraf/lib')
+sys.path.append('/home/luxagraf/webapps/django/lib/python2.5/')
+os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
+
+from links import utils
+#utils.sync_magnolia_links()
+utils.sync_delicious_links() \ No newline at end of file