Add py-django-i18nfield 1.5.0
This is yet another way to store multi-lingual content in Django. In contrast to other options like django-hvad, django-modeltranslation or django-parler it does not require additonal database tables and you can reconfigure the available languages without any changes to the database schema. In constrast to nece, it is not specific to PostgreSQL. WWW: https://github.com/raphaelm/django-i18nfield - While I'm here, add NO_ARCH PR: 239060 Submitted by: Alexander Sieg <alex@xanderio.de>
This commit is contained in:
@@ -1554,6 +1554,7 @@
|
||||
SUBDIR += py-django-hierarkey
|
||||
SUBDIR += py-django-hijack
|
||||
SUBDIR += py-django-htmlmin
|
||||
SUBDIR += py-django-i18nfield
|
||||
SUBDIR += py-django-js-asset
|
||||
SUBDIR += py-django-json-rpc
|
||||
SUBDIR += py-django-jsonfield
|
||||
|
||||
19
www/py-django-i18nfield/Makefile
Normal file
19
www/py-django-i18nfield/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-i18nfield
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alex@xanderio.de
|
||||
COMMENT= Store internationalized strings in django models
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
www/py-django-i18nfield/distinfo
Normal file
3
www/py-django-i18nfield/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1563114828
|
||||
SHA256 (django-i18nfield-1.5.0.tar.gz) = b0de195a636072200da88db950828459ac190e4aa4e5d9e1b52de9e9f327cb3a
|
||||
SIZE (django-i18nfield-1.5.0.tar.gz) = 9037
|
||||
7
www/py-django-i18nfield/pkg-descr
Normal file
7
www/py-django-i18nfield/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
This is yet another way to store multi-lingual content in Django. In contrast to
|
||||
other options like django-hvad, django-modeltranslation or django-parler it does
|
||||
not require additonal database tables and you can reconfigure the available
|
||||
languages without any changes to the database schema. In constrast to nece, it
|
||||
is not specific to PostgreSQL.
|
||||
|
||||
WWW: https://github.com/raphaelm/django-i18nfield
|
||||
Reference in New Issue
Block a user