1.

Why Django Should Be Used For Web-development?

Answer»
  • It allows you to divide code modules into logical groups to MAKE it flexible to change
  • To ease the WEBSITE administration, it provides auto-generated web admin
  • It provides pre-packaged API for common user tasks
  • It gives you template system to define HTML template for your web page to avoid code duplication
  • It enables you to define what URL be for a given function
  • It enables you to separate BUSINESS logic from the HTML
  • Everything is in python



Discussion

No Comment Found