mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 07:31:00 +00:00
1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
[{"user_id": 7385, "stars": [{"date_created": 1304095845.9168651, "user_id": 23244}, {"date_created": 1304098112.1101749, "user_id": 1736}, {"date_created": 1304265797.9436679, "user_id": 1506}, {"date_created": 1304326104.2203081, "user_id": 13300}], "topic_id": 22041, "date_created": 1304095077.6950569, "message": "If it's app specific I'll drop it in utils.py in the apps folder. Otherwise I put it in a folder called \"lib\" in the root of the project.", "group_id": 81, "id": 859501}, {"user_id": 12843, "stars": [], "topic_id": 22041, "date_created": 1304094059.474577, "message": "For example - you abstract some logic out of your view code... lets say it's a lot. project/app/utils.py ?", "group_id": 81, "id": 859237}, {"user_id": 1917, "stars": [{"date_created": 1304095860.3046651, "user_id": 23244}], "topic_id": 22041, "date_created": 1304094877.736774, "message": "I've got a lib/ \"app\" for code that can be useful to lots of application and otherwise, I just do as you said.. I called it helper.py", "group_id": 81, "id": 859462}, {"user_id": 1917, "stars": [], "topic_id": 22041, "date_created": 1304094915.550169, "message": "It might not be the best solution though, but I've been used to that and it works well so far.", "group_id": 81, "id": 859469}, {"user_id": 3354, "stars": [], "topic_id": 22041, "date_created": 1304096103.092361, "message": "Yeah, I'm a lib fan too. Seems to work for project-specific stuff.", "group_id": 81, "id": 859742}, {"user_id": 18694, "stars": [], "topic_id": 22041, "date_created": 1304112413.340204, "message": "I made a module called \"snippets\", and in it I have fields.py, decorators.py, utils.py, and so on", "group_id": 81, "id": 864248}, {"user_id": 1127, "stars": [], "topic_id": 22041, "date_created": 1304115463.0939169, "message": "We tend to put them in a few locations in various apps: utils, helpers, and common", "group_id": 81, "id": 864641}, {"user_id": 205, "stars": [], "topic_id": 22041, "date_created": 1304132084.5030971, "message": "I use utils.py or a \"core\" app, which I stole from django", "group_id": 81, "id": 866000}, {"user_id": 26595, "stars": [{"date_created": 1304163795.079941, "user_id": 13213}, {"date_created": 1304170247.0268061, "user_id": 4858}], "topic_id": 22041, "date_created": 1304154915.872756, "message": "Our project skeleton has a core app, a better name would be glue, it glues all the other bits and pieces together which don't really belong anywhere specific", "group_id": 81, "id": 866944}, {"user_id": 15988, "stars": [], "topic_id": 22041, "date_created": 1304168672.5294859, "message": "We call our helpers library \"djel\" ;-)", "group_id": 81, "id": 867888}] |