Re: Proposal: switch to HTML5 for bundled templates

2011-03-29 Thread Matt Harasymczuk
potential revenue sees pages like lynx does. If not support html5 features now before the 1.4 release, then mark support for ie6 like the XMLField, obsolete and on an accelerated deprecation schedule. I rest my case ;} -- Matt Harasymczuk http://www.matt.harasymczuk.pl -- You received

MEDIA, STATICFILES and ADMIN to dictionaries like CACHES and DATABASES

2011-03-23 Thread Matt Harasymczuk
I give you an example: BTW switch name from media to "useruploaded" or "uploaded", which IMHO is self explaining, hence MEDIA is not. STATICFILES = { 'uploaded' : { # old name MEDIA 'PREFIX' : '', 'ROOT': '', 'URL': '', }, 'admin': { 'PREFIX' : '', 'ROOT': '',

Re: secret key from file...

2011-03-21 Thread Matt Harasymczuk
Thats right, there should be a secret_settings.py file with db credentials and secret_key also a warning that it should not be added to version control -- Matt Harasymczuk http://www.matt.harasymczuk.pl On Mar 21, 5:07 pm, Kristaps Kūlis <kristaps.ku...@gmail.com> wrote: > "real&

secret key from file...

2011-03-21 Thread Matt Harasymczuk
* What do you think? IMHO both this ways are good -- Matt Harasymczuk http://www.matt.harasymczuk.pl -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubsc

Re: Default project layout / directory structure

2011-03-21 Thread Matt Harasymczuk
/__init__.py imports all models. It works like a charm. I think it should be by default :} I created skel/django/project and skel/django/app folders, where I have this file structure when I start project I simply copy folder, rename it, and adjust -- Matt Harasymczuk www.matt.harasymczuk.pl -- You

Re: HTTP methods in urls.py

2011-03-21 Thread Matt Harasymczuk
view -- Matt Harasymczuk www.matt.harasymczuk.pl On Mar 21, 8:44 am, Russell Keith-Magee <russ...@keith-magee.com> wrote: > On Mon, Mar 21, 2011 at 9:09 AM, haras.pl <m...@harasymczuk.pl> wrote: > > It would be nice to have possibility to distinguish a HTTP method