django api

Django ( JANG-goh; sometimes stylized as django) is a free and open-source, Python-based web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.
Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
Some well-known sites that use Django include Instagram, Mozilla, Disqus, Bitbucket, Nextdoor and Clubhouse.

You do not have permission to view the full content of this post. Log in or register now.
  1. 0

    Help AWS Deployment

    Hello good day! Baka po may makatulong gusto ko sanang ideploy ang Django Application ko sa AWS EC2 instance, paano idockerize and pagset-up ng Nginx tapos automatic deployment?
  2. 0

    Help Website Portfolio

    Pa suggest po kung anong kulang or dapat idagdag sa portfolio ko po ORLYPLAZA
Back
Top