On 09/09/2009, at 12:19 AM, ThinRhino wrote:

>
> Hello,
>
> I just came across haml and sass, but looks like it is built for  
> Ruby on
> Rails.
>
> Any implementation that can work on Django?

Personally I don't think haml has any use in django work, but I use  
sass for most of my css coding. Like Emm said, you can use the tool  
standalone, and it's very easy to install (assuming your system  
already has ruby).

<shameless self plug>

My django-farstyle app (http://code.google.com/p/django-farstyle/)  
supports writing css in sass and less. Give it a .sass or .less file  
and it will automatically compile it and serve it as css. And all you  
have to do is make sure the ruby executables are available.

</shameless self plug>

Itai


>
> Though I also came across http://bit.ly/3el7iR, by which apache can  
> take
> care of converting haml to html.
>
> Was looking for something where django can take care of the nitty- 
> gritties
>
> Cheers
> ThinRhino
>
> -- 
> Ships are safe in the harbour
> But that is not what ships are built for
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to