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

1 line
3.9 KiB
JSON

[{"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306266910.4086411, "message": "Having looked through github, bitbucket and the docs I haven't been able to find a good tutorial or informed example are how to use modules.", "group_id": 207, "id": 1169966}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306270986.3470211, "message": "is there something specific that is confusing you?", "group_id": 207, "id": 1170539}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306272909.3534639, "message": "so say i have written a user auth with model and want to use it on two projects, what is considered to be the correct way of adding that to each project", "group_id": 207, "id": 1170963}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306272548.7105539, "message": "depends what you mean/want with 'pluggable'", "group_id": 207, "id": 1170908}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306270953.582993, "message": "they're mostly like flask apps, but not stand-alone", "group_id": 207, "id": 1170528}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306271191.7902329, "message": "the primary purpose of modules is to map urls to view functions independent of a flask app, for later 'merging' with an app", "group_id": 207, "id": 1170594}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306272581.647619, "message": "what people tend to want with that doesn't work well outside of full-on CMS systems and the likes", "group_id": 207, "id": 1170912}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306272524.851687, "message": "my main problem is understanding which is the best why to make apps pluggable and combine them", "group_id": 207, "id": 1170903}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306273612.948473, "message": "sqla?", "group_id": 207, "id": 1171055}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306272618.636338, "message": "flask.Module is primarily meant as a workaround for circular imports", "group_id": 207, "id": 1170925}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306274017.1180799, "message": "no each with there own database", "group_id": 207, "id": 1171138}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274271.4831851, "message": "of course you can wrap the model in a function", "group_id": 207, "id": 1171171}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274117.783469, "message": "yea but is the model sqla?", "group_id": 207, "id": 1171153}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274169.119796, "message": "i might be missing something but model-sharing with flask-sqla seems to be difficult what with the db.Model base", "group_id": 207, "id": 1171158}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306274234.14347, "message": "yeah it is", "group_id": 207, "id": 1171162}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306274548.3794019, "message": "so I should just use packages example and combine the individual packages together", "group_id": 207, "id": 1171204}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274568.536046, "message": "not sure what you mean", "group_id": 207, "id": 1171213}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274606.351408, "message": "maybe look at the docs for writing extensions", "group_id": 207, "id": 1171221}, {"user_id": 1944, "stars": [], "topic_id": 36630, "date_created": 1306274617.740802, "message": "even if you're not \"really\" doing \"real\" extensions it's similar", "group_id": 207, "id": 1171222}, {"user_id": 1588, "stars": [], "topic_id": 36630, "date_created": 1306274628.3414559, "message": "ok cool thanks", "group_id": 207, "id": 1171223}]