Last active
November 6, 2015 19:02
-
-
Save gwengrid/833916513d153a37aa77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from models.project impport Project | |
all_projects = Project().find() | |
for project in all_projects: | |
for sheet in project: | |
upload_group = Upload().find('uid':sheet['upload']) | |
change_set = get_change_set(publish_date, order) | |
if not change_set: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment