Please refer to our recent thread with suggestions for development environments. There's enough there already to get anyone started.
On the web: https://groups.google.com/forum/#!msg/django-users/ZwVHa0jBRrY/Fq-jCVxrK7AJ Cheers, AT On Mon, Sep 26, 2011 at 1:25 PM, Sushirod <[email protected]> wrote: > > Good sugestions, I`ll take a look at this! > > On 26 set, 04:32, Markus Gattol <[email protected]> wrote: > > I'd say most people us a simple text editor such as Vim, Emacs... If you > use > > runserver and and your browsers auto-reload for that tab then that's all > you > > need. If you want to be a bit speedier then you can use things like > > Sass/Compass for your CSS and maybe HamlPy for your HTML. Both have > "watch" > > commands that watch your .sass/.haml files and automatically create the > > .css/.html which would then be picked up be runserver which in turn gets > > reloaded by your browser's tab for which you set the autoload toggle. > > > > for HTML > > -https://github.com/jessemiller/HamlPy > > > > for CSS > > -https://github.com/chriseppstein/compass(is written in Sass) > > -https://github.com/nex3/sass > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

