Gigs_ a écrit :
> What I need to know to learn django, except python(HTML, javascript,
> sql, etc)?
>
> thanks
>
>
> >
>   
Hi Gigs_,

HTML, Javascript, and even CSS, are things you need to know to develop 
static web pages.
Django will, then, allow you to have your pages dynamic.
But you cannot avoid static bases (start with HTML and CSS, as 
Javascript might be useless for what you want).

Since Django has got its own database API, you don't need to know SQL to 
use it.

Anthony.

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

Reply via email to