Django has really great documentation
http://docs.djangoproject.com/en/dev/

There is a tutorial to get a feeling for the framework

On Mar 31, 1:35 pm, Dotan Cohen <dotanco...@gmail.com> wrote:
> > Dotan, I think once you've got your head around some of the key concepts
> > (urls, models, template inheritance and forms) and have a first site set up,
> > you'll never ever look back.
>
> Again, I am not interested in the templating but rather I would like
> to know what other features Django offers the web developer. I want to
> maintain control of the output, as my intention is to learn Python in
> a general sense. However, I do not want to reinvent security-related
> wheels such as sanitizing user input before sending to database, and
> such. Does Django offer this?
>
> > The Python is the easy bit. It mostly "just makes sense" until you see the
> > crazy-short ways of doing really quite complicated, cross entity data
> > filtering in a single line. And by that time you're hooked anyway ;)
>
> Can you save me some googling and provide a link? While the Django
> community is growing, I am not having much luck finding real world
> code examples.
>
> --
> Dotan Cohen
>
> http://what-is-what.comhttp://gibberish.co.il
--~--~---------~--~----~------------~-------~--~----~
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