Re: Changes to django's settings module

2013-03-13 Thread Russell Keith-Magee
On Thu, Mar 14, 2013 at 1:08 AM, Alex Ogier wrote: > I find the value of separate settings modules is not splitting them by > topic, but overriding them in specific contexts, like staging, production > and development. Your implementation (and, I think, any solution that > compiles multiple setti

Re: Changes to django's settings module

2013-03-13 Thread Alex Ogier
I find the value of separate settings modules is not splitting them by topic, but overriding them in specific contexts, like staging, production and development. Your implementation (and, I think, any solution that compiles multiple settings modules independently) don't have a way to specify orderi

Changes to django's settings module

2013-03-13 Thread Omer Katz
Lately I implemented some changes for django's settings module . I refactored the whole module in order to have more extension points. With #20040 it is now possible to inject the Settings class that will be used by the LazySettings object and I intro

Re: Django 1.5 and url tag ( {% url 'django.contrib.auth.views.login' %})

2013-03-13 Thread VVilku
Thank you and sorry. W dniu środa, 13 marca 2013 14:06:24 UTC+1 użytkownik Aymeric Augustin napisał: > > On 13 mars 2013, at 12:42, VVilku > > wrote: > > > I have problem with: > > Reverse for 'django.contrib.auth.views.login' with arguments '()' and > keyword arguments '{}' not found. > > >

Re: Django 1.5 and url tag ( {% url 'django.contrib.auth.views.login' %})

2013-03-13 Thread Aymeric Augustin
On 13 mars 2013, at 12:42, VVilku wrote: > I have problem with: > Reverse for 'django.contrib.auth.views.login' with arguments '()' and keyword > arguments '{}' not found. Please ask usage question on django-users; this mailing list is dedicated to the development of Django itself. Thanks fo

Django 1.5 and url tag ( {% url 'django.contrib.auth.views.login' %})

2013-03-13 Thread VVilku
Hello, I have problem with: Reverse for 'django.contrib.auth.views.login' with arguments '()' and keyword arguments '{}' not found. Request Method: GET Request URL: http://www.django-phpbb.pl:8000/blog/accounts/login/ Django Version: 1.5 Exception Type: NoReverseMatch Exception Value:

Re: MySQL, Django 1.6, Python3

2013-03-13 Thread Aymeric Augustin
Le 13 mars 2013 à 05:36, Norberto Bensa a écrit : > On Monday, March 11, 2013 5:29:22 AM UTC-3, Aymeric Augustin wrote: >> >> On 11 mars 2013, at 00:32, Norberto Bensa wrote: >> >> Since MySQLdb wasn't ported to Python 3 yet, this isn't officially supported >> at this time. > > There's a po