django learn

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gigs_

    django learn

    HI folks!

    I want to learn to make web pages with django.
    I dont know nothing about HTML.

    How much of HTML I need to know to be able to learn django well?


    Thanks!
  • =?ISO-8859-1?Q?Ren=E9_Fleschenberg?=

    #2
    Re: django learn

    Hi

    Gigs_ schrieb:
    I want to learn to make web pages with django.
    I dont know nothing about HTML.
    >
    How much of HTML I need to know to be able to learn django well?
    You need to get a profound knowledge of it, unless you have someone else
    who does the HTML/Templating for your project. In that case, you could
    probably get away with learning just the basics.

    --
    René

    Comment

    • bruno.desthuilliers@gmail.com

      #3
      Re: django learn

      On 1 mar, 14:36, Gigs_ <g...@hi.t-com.hrwrote:
      HI folks!
      >
      I want to learn to make web pages with django.
      I dont know nothing about HTML.
      >
      How much of HTML I need to know to be able to learn django well?
      >
      <OT>
      Anyway :
      1/ you'll obviously need to have a good knowledge of html (plus css
      and possibly javascript too) to 'make web pages'.
      2/ you'll also need to have a good knowledge of the HTTP protocol to
      write web apps
      3/ and since Django is using Python, you'll need to know Python
      too !-)
      </OT>


      Comment

      Working...