You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo user edited this page Mar 17, 2016
·
2 revisions
Django's primary goal is to ease the creation of complex,
database-driven websites. Django emphasizes reusability and
"pluggability" of components, 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.