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:
parent
36565d6103
commit
dd3700444f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469710
@ -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
|
||||
|
21
www/py-django-solo/Makefile
Normal file
21
www/py-django-solo/Makefile
Normal 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>
|
3
www/py-django-solo/distinfo
Normal file
3
www/py-django-solo/distinfo
Normal 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
|
4
www/py-django-solo/pkg-descr
Normal file
4
www/py-django-solo/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user