1.

What Are The Advantages Of Using Django For Web Development?

Answer»
  • It FACILITATES you to divide code modules into logical groups to make it flexible to change.
  • It PROVIDES auto-generated web admin to make website administration easy.
  • It provides pre-packaged API for common USER tasks.
  • It provides template SYSTEM to DEFINE HTML template for your web page to avoid code duplication.
  • It enables you to define what URL is for a given function.
  • It enables you to separate business logic from the HTML.



Discussion

No Comment Found