WHY SHOULD DJANGO BE USED FOR WEB DEVELOPMENT?

Why should Django be used for web development?

Django should be used for web development because of the following reasons:

  • It allows dividing code module into logical groups to make it flexible to change.
  • To easy the website administration, it provides auto-generated web admin module.
  • It provides pre-packaged API for common user tasks.
  • It enables to define what should be URL for given function.
  • It enables to separate business logic from the HTML.
  • Everything is written in Python programming language.
  • It gives you template system to define HTML template for your web page to avoid code duplication

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>