3,680 reputation
1118
bio website plus.google.com/…
location Lagos, Nigeria
age 33
visits member for 4 years, 3 months
seen 22 hours ago
stats profile views 424

I'm Stanislaus Madueke, a Programmer in the heart of Lagos, Nigeria. I'm co-founder of Evince Systems - if you're looking for pweety software, that just works, you should drop us a line.


Mar
11
awarded  Yearling
Nov
6
awarded  Nice Answer
Sep
20
revised How do I re-map python dict keys
Added example code for Python2.7
Aug
30
awarded  Nice Answer
Aug
5
comment How can I get the reverse url for a Django Flatpages template
@Chris: you're quite right...you'd likely get 404'd. I'd say you have a few alternatives: (a) use a context processor to look up the URLs for all flatpages, and push those into the template, or (b) use tools like Selenium/Webdriver to test all URLs and catch 404's. Oh, there's also (c) Don't use Flatpages :)
Aug
1
awarded  Nice Answer
Jul
17
awarded  python
Jun
10
awarded  Caucus
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
Apr
13
awarded  Necromancer
Mar
11
awarded  Yearling
Jan
19
awarded  Revival
Jan
16
awarded  Guru
Jan
11
revised Django-esque way to let users preview uploaded data?
Typo
Jan
11
answered Django-esque way to let users preview uploaded data?
Dec
29
revised Django perform an action just before login_required is called?
Fixed broken link
Dec
29
comment Django perform an action just before login_required is called?
+1: The login_required decorator actually uses user_passes_test internally, so this would probably work. I still think middleware's the right approach though, based on the OP's example.
Dec
29
answered Django perform an action just before login_required is called?
Dec
23
comment jQuery Autocomplete on Multiple Input Fields in Table
Could you post a link to the plugin you're using? Looking at your arguments, it doesn't seem like you're using the (official) jQuery AutoComplete plugin