Files
2012-02-21 01:15:00 -05:00

1 line
2.4 KiB
JSON

[{"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496321.149807, "message": "never mind problem solved, RTFM and all that:", "group_id": 2873, "id": 1203871}, {"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496025.0463419, "message": "i have some custom management commands on my app, and the work fine when run through the epio command, i.e. epio django my_command. But when i try to use one of the options for a command i get an error:", "group_id": 2873, "id": 1203819}, {"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496146.038909, "message": "manilla:storefinder tijs$ epio django sync_stores stills --force\nUsage: /usr/local/share/python/epio django [options] [app name]\n\nRun various Django commands.\n\nAvailable commands: syncdb, migrate, createsuperuser,loaddata, dumpdata\n\n/usr/local/share/python/epio: error: no such option: --force\n", "group_id": 2873, "id": 1203856}, {"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496322.4760301, "message": "manilla:storefinder tijs$ epio django sync_stores stills -- --force\n", "group_id": 2873, "id": 1203872}, {"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496095.1532531, "message": "the same management command without the option runs fine though as does the same command with the option locally.", "group_id": 2873, "id": 1203847}, {"user_id": 29686, "stars": [], "topic_id": 37044, "date_created": 1306496190.0709519, "message": "i guess it tries to find the option for the epio command instead of the remote command?", "group_id": 2873, "id": 1203859}, {"user_id": 8740, "stars": [], "topic_id": 37044, "date_created": 1306521688.323648, "message": "yeah, the enigmatic --. We're going to modify the client so it's more sensible and ignores things after the command, but that requires some fiddling with optparse...", "group_id": 2873, "id": 1207826}, {"user_id": 31790, "stars": [], "topic_id": 37044, "date_created": 1306536674.0016999, "message": "@andrewgodwin what if instead of 'epio django' you used 'epio_django'? Or 'epio_manage.py'?", "group_id": 2873, "id": 1209708}, {"user_id": 8740, "stars": [], "topic_id": 37044, "date_created": 1306537086.6407299, "message": "@webmaven That's not really the problem; it'll still have to potentially accept an app argument (-a); we can fix the parser on the current one in probably the same amount of time.", "group_id": 2873, "id": 1209752}]