From 234774e9ebf272725fae8a5c0be898993fd4e2a1 Mon Sep 17 00:00:00 2001 From: klonfish Date: Sat, 4 May 2019 23:24:21 +0200 Subject: [PATCH 1/4] Add dependencies to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 67f5676..30aa511 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,10 @@ setup( #license='', description='Blinkenbunt Account Manager', long_description=README, + install_requires=[ + 'django>=2.2', + 'python-ldap>=3.0.0', + ], url='https://git.blinkenbunt.org/blinkenbunt.org/bam', classifiers=[ 'Environment :: Web Environment', From e05b11d72c82ab4248b2dda24d4e8546f9f25ba7 Mon Sep 17 00:00:00 2001 From: klonfish Date: Sun, 5 May 2019 00:17:22 +0200 Subject: [PATCH 2/4] Add page title to template --- bam/templates/bam/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bam/templates/bam/base.html b/bam/templates/bam/base.html index a3009c8..b5acd56 100644 --- a/bam/templates/bam/base.html +++ b/bam/templates/bam/base.html @@ -2,6 +2,7 @@ + Blinkenbunt Account Manager