Re: Gallery album restricted to certain users

2009-06-19 Thread Emmanuel Surleau
On Thursday 18 June 2009 04:00:26 pagetribe wrote: > I would prefer my own views. You might want to consider using django-granular-permissions (http://github.com/ryates/django-granular-permissions-redux/tree/master). Cheers, Emm --~--~-~--~~~---~--~~ You receiv

Re: Editors of choice

2009-09-08 Thread Emmanuel Surleau
Vim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@goo

Re: haml + sass + django

2009-09-08 Thread Emmanuel Surleau
> Hello, > > I just came across haml and sass, but looks like it is built for Ruby on > Rails. Actually, they can work standalone too. > Any implementation that can work on Django? There's GHRML (http://www.ghrml.org/) for HAML, but I don't think it's developed anymore. One issue is that choo

Replacing the standard User class with a custom one

2009-04-27 Thread Emmanuel Surleau
Hello, Apologies in advance, I'm sure this query pops up regularly. I'd like to replace the default User class which comes with Django's authentication system (for my application, users login via email/password, not login/password, so it's not only a matter of adding fields). Is there an easy

Re: Replacing the standard User class with a custom one

2009-04-27 Thread Emmanuel Surleau
On Monday 27 April 2009 20:12:13 karl wrote: > > Apologies in advance, I'm sure this query pops up regularly. > > > > I'd like to replace the default User class which comes with Django's > > authentication system (for my application, users login via > > email/password, not login/password, so it's

Re: Replacing the standard User class with a custom one

2009-04-27 Thread Emmanuel Surleau
On Monday 27 April 2009 21:17:44 Malcolm Tredinnick wrote: > On Mon, 2009-04-27 at 21:11 +0200, Emmanuel Surleau wrote: > > On Monday 27 April 2009 20:12:13 karl wrote: > > > > Apologies in advance, I'm sure this query pops up regularly. > > > > > > &g

Re: GHRML Documentation

2009-06-13 Thread Emmanuel Surleau
Hi there, > I found a similar template language called GHRML (http:// > www.ghrml.org) for django, but the documentation on it is very scarce. > It's also very young (currently in v0.11), and I'm not sure if it's > even being actively developed anymore. I'm trying to find out if it > supports bas

Re: Why django? Framework design or language

2009-06-14 Thread Emmanuel Surleau
Hi there, > I know that this questions rise up often in this list, but I have a > different side of view about the reason to choose django. > > I was wondering whether most people here choose django because of: > > a) the language itself and they already master python, so they choose > django b)

Re: GHRML Documentation

2009-06-14 Thread Emmanuel Surleau
> Emm - I've looked at Mako, though it doesn't look too far off from > normal > template HTML **at first glance** (I'm sure I've barely skimmed the > surface). It's a generic templating language, it's not particularly geared toward HTML. It's no HAML (you'll still get to write all the HTML yours