Helps working with singletons - things like global settings that you

want to edit from the admin site.

WWW: https://github.com/lazybird/django-solo/

PR:		226454
Submitted by:	rozhuk.im@gmail.com
This commit is contained in:
Martin Wilke 2018-05-12 07:14:52 +00:00
parent 36565d6103
commit dd3700444f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469710
4 changed files with 29 additions and 0 deletions

View File

@ -1602,6 +1602,7 @@
SUBDIR += py-django-simple-captcha
SUBDIR += py-django-simple-history
SUBDIR += py-django-social-auth
SUBDIR += py-django-solo
SUBDIR += py-django-sortedm2m
SUBDIR += py-django-star-ratings
SUBDIR += py-django-statici18n

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= django-solo
PORTVERSION= 1.1.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Helps working with singletons
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>1.6:www/py-django111@${FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520521729
SHA256 (django-solo-1.1.3.tar.gz) = b1206b9a9411b19a4354f7d7d245909a9ea7e9cd566b594363b5adce7dc13e5d
SIZE (django-solo-1.1.3.tar.gz) = 8865

View File

@ -0,0 +1,4 @@
Helps working with singletons - things like global settings that you
want to edit from the admin site.
WWW: https://github.com/lazybird/django-solo/