Derek Gulbranson

Results 40 comments of Derek Gulbranson

I believe that MEDIA_URL is for user-uploaded media now, so probably django-css shouldn't use MEDIA_URL at all. The current docs on staticfiles say to use STATIC_URL in your templates. Your...

which static folder? the css file could be in a static folder in any app if you're using AppDirectoriesFinder or any other place you define by writing a custom finder...

I think if you respond in the github UI it just facilitates the conversations about comment. I will take a closer look at your email later tonight. - Derek Gulbranson...

Thanks for the bug report. I wondered if this would ever be an issue when I wrote it that way. When the parser encounters a new combination of titles joined...

Current master does this: ``` % python tests.py "dr Vincent van Gogh dr" ``` Actually this is what I would expect because "van" is a prefix and should attach itself...

actually, "van" is not a prefix because it is sometimes a first name. So you're right, this should be the expected output: ``` % python tests.py "dr Vincent van Gogh...

I just want to clarify the problem with the current handling. Do you propose that tussenvoegsels are not conceptually part of the last name, like if someone filled out a...

@patvdleer at first glance this looks like it could maybe work. I guess I wonder if we need all of it because it seems like it functions the same as...

I was able to chat with one my Dutch friends about this a bit more. She said that she considers her last name to include the tussenvoegsels and never want's...

re: `Leer, van der, Patrick` OR `Leer, Patrick van der` Both of those options seem not ideal, but I guess it could depend on the context too. If you're looking...