High-level Python Web framework Maintained by:lwhsu@FreeBSD.org Port Added: 05 Mar 2013 17:24:42 Also Listed In:python License: BSD
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
WWW: http://www.djangoproject.com/
To install the port:cd /usr/ports/www/py-django14/ && make install clean To add the package:pkg_add -r py27-django14
Configuration Options
===> The following configuration options are available for py27-django-1.4.5:
FASTCGI=off: FastCGI support
HTMLDOCS=off: Install the HTML documentation (requires Sphinx)
====> Options available for the multi DATABASE: you have to choose at least one of them
PGSQL=off: PostgreSQL database support
MYSQL=off: MySQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings