From: Radek Czajka Date: Fri, 24 Jan 2020 09:26:48 +0000 (+0100) Subject: Add localsettings sample X-Git-Url: https://git.mdrn.pl/cas.git/commitdiff_plain/60d382bcd61205f715d0ed42eb208e9425eeeace Add localsettings sample --- diff --git a/src/cas/localsettings.sample b/src/cas/localsettings.sample new file mode 100644 index 0000000..b5eab8f --- /dev/null +++ b/src/cas/localsettings.sample @@ -0,0 +1,6 @@ +# Copy this to localsettings.py and set any settings you need to change. + +DEBUG = True +SECRET_KEY = '' +ALLOWED_HOSTS = [] +