Re: Config file for startproject.

2015-06-22 Thread Hiroki Kiyohara
take on when > it's very easy to create your own alias that does exactly what you need. > > Regards, > > > On Tuesday, 23 June 2015 12:38:24 UTC+10, Hiroki Kiyohara wrote: >> >> Hi all. >> >> I propose a new feature `.djangorc`. >> It should be i

Config file for startproject.

2015-06-22 Thread Hiroki Kiyohara
Hi all. I propose a new feature `.djangorc`. It should be included in root of project template. You can write down configations for `startproject --template=...` ## Motivation I always use custom project template, but it requires a lot of arguments like... django-admin startproject --templ

Re: Adding configuration to View to dispatch to any methods.

2013-01-02 Thread Hiroki Kiyohara
. This discussion was informative for me. Thank you. -- 清原弘貴 (Hiroki KIYOHARA) mail: hirok...@gmail.com http://hirokiky.org/ @hirokiky 2013年1月3日木曜日 8時23分55秒 UTC+9 Russell Keith-Magee: > > > On Thu, Jan 3, 2013 at 2:46 AM, Hiroki Kiyohara > > > wr

Re: Adding configuration to View to dispatch to any methods.

2013-01-02 Thread Hiroki Kiyohara
omplex logic that can't > be expressed as a simple predicate; and at the end of the day, it's less > code as well. What's the advantage to your proposed approach? > > Yours, > Russ Magee %-) > > On Wed, Jan 2, 2013 at 6:09 PM, Hiroki Kiyohara > > > w

Adding configuration to View to dispatch to any methods.

2013-01-02 Thread Hiroki Kiyohara
ion I proposed may be not adequate. but I want dispatch method to be more flexible. Thank you. -- 清原弘貴 (Hiroki KIYOHARA) mail: hirok...@gmail.com http://hirokiky.org/ @hirokiky -- You received this message because you are subscribed to the Google Groups "Django

Re: ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
Hi, tino. Thanks for your reply. I compleatly understood that the problem is known here. If I fell like it, I try solving this. Thank you. hirokiky -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web vi

ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
version == I found this behavior in Django==1.4.1 conclusion = If you can't understand my poor English or this problem is my misunderstanding, sorry, please tell me so. --- Hiroki Kiyohara @hirokiky http://hirokiky.org/ -- You received this messag

New feature: Support for MessagePack Serializer

2012-03-06 Thread Hiroki Kiyohara
Hello dear Django developers. I thought supporting for MessagePack (http://msgpack.org/) is good for Django. The Website of MessagePack says "MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unl