mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 07:31:00 +00:00
1 line
6.5 KiB
JSON
1 line
6.5 KiB
JSON
[{"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774198.892698, "message": "{% extends \"nexus/base.html\" %}\n", "group_id": 81, "id": 314637}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774281.727577, "message": "my first thought is some kind of infinite loop, but I don't know how that would happen", "group_id": 81, "id": 314647}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774137.9038479, "message": "so, I'm using @dcramer's excellent nexus admin app, and wanted to override the header", "group_id": 81, "id": 314633}, {"user_id": 7548, "stars": [{"date_created": 1299864002.1278689, "user_id": 12002}], "topic_id": 12046, "date_created": 1299774881.430702, "message": "right... generally the pattern is to copy all the templates of a given app locally, and make edits on it.", "group_id": 81, "id": 314685}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774646.1553919, "message": "oh, um, hm.", "group_id": 81, "id": 314671}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774676.3440909, "message": "i thought it had to be named the same as the original in order to be found, but yeah, i see your point", "group_id": 81, "id": 314676}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774247.90043, "message": "but when i hit nexus in the browser, python *crashes* on OS X", "group_id": 81, "id": 314642}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774696.326858, "message": "so... i just need to replace it then? not extend?", "group_id": 81, "id": 314678}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774764.7235141, "message": "aaand, there we go", "group_id": 81, "id": 314680}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774182.555392, "message": "I created a nexus/base.html template in my app's templates/ directory, and just put a basic bit of code in it:", "group_id": 81, "id": 314636}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774227.456686, "message": "I know it's using my template b/c when I had a template error in it, django threw an error up", "group_id": 81, "id": 314640}, {"user_id": 7548, "stars": [], "topic_id": 12046, "date_created": 1299774578.47329, "message": "it's trying to extend *itself*?", "group_id": 81, "id": 314670}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299776058.095937, "message": "thanks @EricFloehr", "group_id": 81, "id": 314767}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299774771.6984291, "message": "not as pretty as I'd like, but workable", "group_id": 81, "id": 314682}, {"user_id": 1127, "stars": [], "topic_id": 12046, "date_created": 1299825895.738647, "message": "What would you possibly want to override?", "group_id": 81, "id": 320069}, {"user_id": 1127, "stars": [], "topic_id": 12046, "date_created": 1299825920.714534, "message": "Oh wait, saw the first thing. Next question, how do we make it more flexible? :)", "group_id": 81, "id": 320071}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299855885.8523879, "message": "hi @zeeg", "group_id": 81, "id": 322881}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299855955.124017, "message": "I wanted to override it so that i could do this:", "group_id": 81, "id": 322884}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299855957.5193281, "message": "https://skitch.com/steveivy/rw8my/say-yellow-submarine", "group_id": 81, "id": 322885}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857866.3870139, "message": "but I think that's a django limitation, not a Nexus limitation", "group_id": 81, "id": 323246}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299856146.7471061, "message": "and yeah, that's a codename :-)", "group_id": 81, "id": 322899}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299855994.4748609, "message": "https://img.skitch.com/20110311-4cab68xsapjwph2pym9pxrk2u.png", "group_id": 81, "id": 322887}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299856015.787626, "message": ":)", "group_id": 81, "id": 322889}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857812.184768, "message": "I hardcoded mine in the overridden template, but it wouldn't have to be that way", "group_id": 81, "id": 323227}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857777.3940511, "message": "- allow for a NEXUS_APPNAME or other setting that would replace \"Nexus\" in the header", "group_id": 81, "id": 323216}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857836.1471479, "message": "i had hoped to just extend the template somehow - as explained in the earlier bits of this topic", "group_id": 81, "id": 323234}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857849.4531491, "message": "just override {% block header %}", "group_id": 81, "id": 323241}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299857735.1765909, "message": "@zeeg - as far as flexibility, I have a couple ideas", "group_id": 81, "id": 323200}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1299873835.080765, "message": "@zeeg: unfortunately, I'm in Phoenix with a sick wife and two sick kids. :( but I'd love to keep talking about nexus", "group_id": 81, "id": 326282}, {"user_id": 1127, "stars": [], "topic_id": 12046, "date_created": 1299872226.9429331, "message": "@steveivy thats pretty cool -- are you at PyCon by chance? I would love to talk more about what we can do with nexus", "group_id": 81, "id": 326017}, {"user_id": 1127, "stars": [], "topic_id": 12046, "date_created": 1299875699.490885, "message": "@steveivy definitely, either find me on irc (davidcramer) or drop me an email (dcramer@gmail). Really interested to see what we can do to open up Nexus more. My intentions are a super free-form pluggable admin", "group_id": 81, "id": 326738}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1300122343.320858, "message": "once, more with the right username: @zeeg - what statsd client are you using at disqus?", "group_id": 81, "id": 349150}, {"user_id": 275, "stars": [], "topic_id": 12046, "date_created": 1300122324.316431, "message": "@zeeq - what statsd client are you using at disqus?", "group_id": 81, "id": 349149}, {"user_id": 1127, "stars": [], "topic_id": 12046, "date_created": 1300170633.4836199, "message": "pystatsd :)", "group_id": 81, "id": 353691}] |