mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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.
11 lines
281 B
TOML
11 lines
281 B
TOML
--- pyproject.toml.orig 2024-07-30 23:02:39 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
-name = "Django"
|
|
+name = "django"
|
|
dynamic = ["version"]
|
|
requires-python = ">= 3.10"
|
|
dependencies = [
|