Re: Redesign of djangoproject.com?

2012-05-08 Thread Mateusz Marzantowicz
here already 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 sub

Re: start using less (and bootstrap!)

2012-02-04 Thread Mateusz Marzantowicz
fire 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: I want to pass the Exception info from Http404 to handler404 view and consequently the 404.html

2011-10-31 Thread Mateusz Marzantowicz
its 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 authenticatio

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

2011-10-20 Thread Mateusz Marzantowicz
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 from this group, se

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 <l.plant...@cantab.net> 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

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