diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-01-30 19:19:30 +0000 |
commit | 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (patch) | |
tree | 605e2284e175e80477fd7b6a6e9e2a2fcae94236 /cron/sync_links.py | |
parent | 7300519c054838511ba2584394620d0841b88e5f (diff) |
added topics to posts
Diffstat (limited to 'cron/sync_links.py')
-rw-r--r-- | cron/sync_links.py | 12 |
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 |