mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
4.8 KiB
JSON
1 line
4.8 KiB
JSON
[{"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445568.2222641, "message": "Duplicating the stuff that's in settings.py", "group_id": 81, "id": 38812}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445575.8268321, "message": "Anyone have any good ways around this?", "group_id": 81, "id": 38813}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445880.8212299, "message": "e.g. import Jython, have it import my settings, and then access those settings from Java?", "group_id": 81, "id": 38816}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296446868.304903, "message": "Yup", "group_id": 81, "id": 38817}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296446880.34306, "message": "but don't rewrite in Java, it'll cost you your soul", "group_id": 81, "id": 38818}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445535.0203331, "message": "e.g. Java for the Netty stuff", "group_id": 81, "id": 38810}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296445648.7854829, "message": "Jython", "group_id": 81, "id": 38814}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445844.3556499, "message": "Can Jython be used as a library?", "group_id": 81, "id": 38815}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445523.071486, "message": "So I've been thinking of writing the live endpoint for Convore in another language", "group_id": 81, "id": 38809}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296445557.0106571, "message": "But one thing that really kind of bugs me is that I'd have to redefine several of my configuration files in another place", "group_id": 81, "id": 38811}, {"user_id": 7, "stars": [{"date_created": 1296446966.310591, "user_id": 1}], "topic_id": 1482, "date_created": 1296446961.111974, "message": "http://www.jython.org/jythonbook/en/1.0/JythonAndJavaIntegration.html#using-jython-within-java-applications", "group_id": 81, "id": 38819}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296446973.74897, "message": "Nice, @alex", "group_id": 81, "id": 38820}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296447069.537302, "message": "@alex Yeah I'm not going to do it right now, but at some point probably", "group_id": 81, "id": 38821}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296447076.861408, "message": ":(", "group_id": 81, "id": 38822}, {"user_id": 212, "stars": [], "topic_id": 1482, "date_created": 1296447308.2486811, "message": "i've stored settings in JSON before, for exactly that reason", "group_id": 81, "id": 38823}, {"user_id": 212, "stars": [], "topic_id": 1482, "date_created": 1296447324.5063989, "message": "a bit hackish, but it works", "group_id": 81, "id": 38824}, {"user_id": 211, "stars": [], "topic_id": 1482, "date_created": 1296448407.7391319, "message": "Or store things in environment variables and set them in both your django settings file and whatever else you're using?", "group_id": 81, "id": 38834}, {"user_id": 211, "stars": [], "topic_id": 1482, "date_created": 1296448417.9387391, "message": "I guess that doesn't work for complex data structures.", "group_id": 81, "id": 38835}, {"user_id": 211, "stars": [{"date_created": 1296448749.419817, "user_id": 1}], "topic_id": 1482, "date_created": 1296448667.8914709, "message": "YAML makes for decent external configuration as well.", "group_id": 81, "id": 38839}, {"user_id": 218, "stars": [], "topic_id": 1482, "date_created": 1296452217.1531589, "message": "https://gist.github.com/217198 -- if it helps at all", "group_id": 81, "id": 38909}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296452325.1073101, "message": "globals()[k] = v", "group_id": 81, "id": 38915}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296452099.9501231, "message": "Does anyone have an app that loads yaml/simplejson/whatever settings and apply it to django.conf.settings, or does everyone just write custom code for that?", "group_id": 81, "id": 38905}, {"user_id": 218, "stars": [], "topic_id": 1482, "date_created": 1296452212.8734109, "message": "I wrote custom code to manage settings file loading", "group_id": 81, "id": 38908}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296452238.351223, "message": "Yeah, probably not too hard @justinlilly, or was it?", "group_id": 81, "id": 38910}, {"user_id": 218, "stars": [], "topic_id": 1482, "date_created": 1296452267.1303289, "message": "The hardest thing is fiddling with middleware.", "group_id": 81, "id": 38911}, {"user_id": 1, "stars": [], "topic_id": 1482, "date_created": 1296452275.2568951, "message": "Ahh yeah", "group_id": 81, "id": 38912}, {"user_id": 7, "stars": [], "topic_id": 1482, "date_created": 1296452319.781848, "message": "globals().update({k:v})", "group_id": 81, "id": 38913}] |