| bio | website | |
|---|---|---|
| location | Paris, France | |
| age | 28 | |
| visits | member for | 11 months |
| seen | 25 mins ago | |
| stats | profile views | 36 |
It's me.
|
1d |
answered | Public action method was not found on controller |
|
1d |
comment |
ViewDoesNotExist django How have you organized your files? Where is views.py and where is urls.py? |
|
1d |
comment |
ViewDoesNotExist django What version of Django are you using? |
|
1d |
comment |
EditTexts inside a ListView: double tap to focus How should I extend EditText? |
|
1d |
revised |
EditTexts inside a ListView: double tap to focus added 1044 characters in body |
|
1d |
comment |
EditTexts inside a ListView: double tap to focus I'll give a try to overriding EditText. |
|
1d |
asked | EditTexts inside a ListView: double tap to focus |
|
May 16 |
accepted | ForeignKey does not allow null values |
|
May 16 |
comment |
ForeignKey does not allow null values Which means blank = True must always be used with null = True? Why can't I choose empty in my form? I did use blank = True. |
|
May 16 |
asked | ForeignKey does not allow null values |
|
May 1 |
comment |
how to hide keypad when click outside editText? Agree with @Karl comment -> down vote. |
|
Apr 29 |
comment |
Background with more than 1 color Did you try to use a div for left and right margins? |
|
Apr 28 |
comment |
Improving the preg_match for subdomain language Great, I didn't know the non-capturing pattern (?:....)! |
|
Apr 28 |
answered | Improving the preg_match for subdomain language |
|
Apr 28 |
comment |
Time complexity of this mutual recursive code Would it be something more like (n!)? |
|
Apr 27 |
comment |
MySQL Recurring years timestamp query It should be handled with a special case in the where clause. |
|
Apr 27 |
comment |
reg expression: get subdomain if existent Can we assume the input is a well formated url ? |
|
Apr 27 |
comment |
python package import modules using __init__.py It is just that I don't like the idea of having an import obfuscating another one, but I may be wrong. |
|
Apr 27 |
comment |
python package import modules using __init__.py I don't see how having from package1 import * behave like from numpy import * would be of any good. |
|
Apr 27 |
comment |
How to append array index using search/replace? Possible duplicate of stackoverflow.com/questions/10892276/… |