| Port details |
- py-django60 High-level Python Web Framework
- 6.0.7 www
=0 6.0.6Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2025-12-05 07:03:06
- Last Update: 2026-07-08 06:30:26
- Commit Hash: 516da2f
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.djangoproject.com/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django60>0:www/py-django60@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-django60/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django60
- pkg install py312-django60
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-django60 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-django60
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1783475538
SHA256 (python/django-6.0.7.tar.gz) = 2998503fc083124fb58037084bfa00de323c7c743f05f1b4284e77bff0ab8890
SIZE (python/django-6.0.7.tar.gz) = 10921299
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>=61.0.0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-tblib>0 : devel/py-tblib@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-asgiref>=3.9.1 : www/py-asgiref@py312
- py312-sqlparse>=0.5.0 : databases/py-sqlparse@py312
- py312-sqlite3>0 : databases/py-sqlite3@py312
- python3.12 : lang/python312
- This port is required by:
- for Build
-
- sysutils/py-healthchecks
- for Run
-
- devel/py-dj60-django-rq
- graphics/py-dj60-sorl-thumbnail
- net-mgmt/netbox
- sysutils/py-healthchecks
- www/py-dj60-channels
- www/py-dj60-django-auth-ldap
- www/py-dj60-django-choices-field
Configuration Options:
- ===> The following configuration options are available for py312-django60-6.0.7:
DOCS=on: Build and/or install documentation
HTMLDOCS=off: Install HTML documentation (requires Sphinx)
====> Options available for the group DATABASE
PGSQL=off: PostgreSQL database support
MYSQL=off: MySQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_py-django60
- USES:
- cpe python:3.11+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.0.7 08 Jul 2026 06:30:26
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.7 |
6.0.6 30 Jun 2026 20:03:57
    |
Tijl Coosemans (tijl)  |
*/*: Use C.UTF-8 locale
Ports 02f27a83b44d fixed the ports tree to the C locale so it would work
correctly in environments where users use a locale that isn't compatible
with the C locale, e.g. xx_YY.UTF-8 where [A-Z] includes more than just
upper case letters. USE_LOCALE was introduced to let ports use another
locale if they needed it. The C.UTF-8 locale was created later on to be
mostly compatible with the C locale.
Switch the ports tree locale to C.UTF-8 and remove USE_LOCALE. The
world has moved to Unicode so all ports either require it or know how to
build correctly in a Unicode environment.
PR: 295945
Exp-run by: antoine |
6.0.6 26 Jun 2026 10:53:15
    |
Dag-Erling Smørgrav (des)  |
www/py-django60: Allow building with newer Python
There is no reason to pin this port to Python <= 3.12. Upstream claims
support for >= 3.12, and we've patched it to run with 3.11, so change
the version requirement to 3.11+.
Reviewed by: kai
Differential Revision: https://reviews.freebsd.org/D57714 |
6.0.6 03 Jun 2026 22:41:14
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.6 |
6.0.5 07 May 2026 14:28:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django60: Update to 6.0.5
Changes: https://docs.djangoproject.com/en/6.0/releases/ |
6.0.4 08 Apr 2026 00:57:13
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.4 |
6.0.3 05 Mar 2026 00:49:37
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.3 |
6.0.2 04 Feb 2026 01:04:25
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.2 |
6.0.1 07 Jan 2026 06:36:35
    |
Wen Heping (wen)  |
www/py-django60: Update to 6.0.1 |
6.0 03 Jan 2026 19:50:16
    |
Antoine Brodin (antoine)  |
*: allow testing 3.12 as default python version
PR: 285957 |
6.0 05 Dec 2025 07:01:19
    |
Wen Heping (wen)  |
www/py-django60: Add new port
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. |