Please read our package submission guidelines here
https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
and once your submission complies, create a pull
request at: https://github.com/openwrt/packages
Cheers,
Steven
___
openwrt-devel mailing
> +
> +define Package/django-sslserver/description
> + Django SSL Server ships "batteries included" with a self-signed
> server certificate.
Sorry! Patch mangled. Resending.
~Philby
> +endef
> +
> +define Build/Compile
> +$(call Build/Compile/PyMod,., \
> +install --prefix="/usr" -
>From 023d680abc55699e439a643111c733088d07a55b Mon Sep 17 00:00:00 2001
From: Philby John
Date: Sat, 10 Oct 2015 18:53:46 +0530
Subject: [PATCH 1/2] Add package django-sslserver
Add django-sslserver ver 0.15 which is an SSL-enabled
development server for Django.
Signed-off-by: Philby John
Teste