[08:08] nottrobin, do you think somebody can reply to https://plus.google.com/u/0/b/114818154975936614448/+SnapcraftIo/posts/fJkfPU4CTV9? [08:13] dholbach: I responded, but I'm not sure I know how to help. I'm not very familiar with translations. [08:13] thanks [13:34] mhall119, for some reason I can't see the "redirects" app in the admin interface [13:35] mhall119, could it be you forgot a 'makemigrations'? http://paste.ubuntu.com/20177731/ [13:38] dholbach: no, redirects/migrations/0001_initial.py is in there [13:39] and if you run "makemigrations" afterwards? [13:39] oh, I added help text... [13:39] that wants a new migration? [13:40] dholbach: that's not why it's not in the admin though, you need to run initdb to set the new permissions to the admin/editors group, then log out andback in [13:41] yes, that's working now - thanks [13:41] * mhall119 is pushing the 0002 migration [13:41] cool [13:51] mhall119, do you think we could add an example to models.py or in the help_text? [13:51] just so it's clear how it's used? [13:52] dholbach: sure, would a comment in the code be sufficient? [13:52] that'd be a good start [13:52] if you think having it in help_text would be better I can do that, it just means another migration file [13:52] it would be more helpful there though [13:56] dholbach: ok, put examples in the help_text and pushed changes to the MP [13:56] thanks, checking [14:13] so I added these pages [14:13] Root [14:13] -> Old [14:13] -> ... [14:14] I renamed old to new [14:14] (I know, very original) [14:14] so /en/new/ works now [14:14] I added /old/ -> /new/ in the admin interface [14:15] now only /old/ redirects to /en/new/ [14:15] /en/old/ doesn't [14:15] it gives me a 404 [14:28] right, you'd have to add /en/old/ as well [14:28] hum... [14:28] so that's for every language then? [14:28] this middleware is run before the cms middleware that tries to prepend language codes [14:28] every language you want to redirect, yes [14:32] doing it before the CMS middleware lets us catch it before the prepending and after [14:33] but it'll require more work [14:33] that should be documented too [14:42] mhall119, apart from that I'm good