Re: start using less (and bootstrap!)

2012-02-04 Thread Mateusz Marzantowicz
ire some js function etc. and it should be equally easy to do it with Django admin. > > using a request.media attr, would allow admin to add on the fly style > and js for horizontal filters and fancy widget. > > then for developers would be more simple to create and mantain a > sepa

Re: auth.User: The abstract base class idea

2012-03-22 Thread Mateusz Marzantowicz
gt; > -Alex Ogier > > > It looks OK, but there is one really big issue with your approach - database blowup. You can easily choose mixins to compose your User model, but once it's done your database layout is fixed. If you then decide to use different mixins - it would be impossibl

Re: Redesign of djangoproject.com?

2012-05-08 Thread Mateusz Marzantowicz
ready but maybe it might be better divided into "devs corner" and "users corner" and developers news group should be more hidden from users. The term "Django developer" is sometimes misunderstood. Mateusz Marzantowicz -- You received this message because you are subsc

Re: Proposal: remove "Change" links on admin index page

2011-05-23 Thread Mateusz Marzantowicz
On Mon, May 23, 2011 at 12:54 PM, Luke Plant wrote: > > Is there any reason to keep this column? Can I remove it? > > Yes, you can. It''s how Open Source works. You get the source code and do with it what you want. Django is very modular and easy to change. You can override admin template based o

Re: Proposal: remove "Change" links on admin index page

2011-05-23 Thread Mateusz Marzantowicz
On Mon, May 23, 2011 at 6:52 PM, Luke Plant wrote: > On 23/05/11 16:18, Mateusz Marzantowicz wrote: > > > Is there any reason to keep this column? Can I remove it? > > > > > > Yes, you can. It''s how Open Source works. You get the source code and >

Writing your first Django app, part 1 - link to deploying Django

2011-10-20 Thread Mateusz Marzantowicz
newcomer and try to answer the question - how do I deploy my project? Mateusz Marzantowicz -- 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 unsubscribe

Re: I want to pass the Exception info from Http404 to handler404 view and consequently the 404.html

2011-10-31 Thread Mateusz Marzantowicz
way in to follow on release. > > > > > -Kiril K > > But why you return HTTP 404 (Not found) error in case your user is not authenticated? Not found errors are designed to handle situations where document or page is not present on the server. It has nothing to do with user authen