Source: python-django Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Luke Faraone , Raphaƫl Hertzog , Brian May , Chris Lamb , Standards-Version: 4.6.2 Build-Depends: debhelper-compat (= 13), dh-python, dpkg-dev (>= 1.17.14), libgdal-dev , libsqlite3-mod-spatialite , python-django-formtools-doc , python-psycopg2-doc , python3-all, python3-asgiref , python3-bcrypt , python3-doc , python3-docutils , python3-jinja2 , python3-numpy , python3-pil , python3-selenium , python3-setuptools, python3-sphinx, python3-sqlparse , python3-tblib , python3-tz , python3-yaml , Build-Depends-Indep: libjs-jquery, Homepage: http://www.djangoproject.com/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-django.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django Rules-Requires-Root: no Package: python3-django Architecture: all Provides: python-django-common, Replaces: python-django-common, Breaks: python-django-common, python3-mysqldb (<< 1.3.13), Depends: python3-asgiref, ${misc:Depends}, ${python3:Depends}, Recommends: libjs-jquery, python3-sqlparse, python3-tz, Suggests: bpython3, geoip-database-contrib, gettext, ipython3, libgdal20, libsqlite3-mod-spatialite, python-django-doc, python3-bcrypt, python3-flup, python3-memcache, python3-mysqldb, python3-pil, python3-psycopg2, python3-selenium, python3-sqlite, python3-yaml, Description: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Package: python-django-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects.