From f73fa616d06a5c7eefac5b2df970004812c0a209 Mon Sep 17 00:00:00 2001 From: reverend Date: Fri, 25 Dec 2020 13:05:59 +0100 Subject: [PATCH] Minor reordering --- Readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 48f0ba6..e8a0604 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,9 @@ The software is currently in early development status, neither scope, datamodel( We value privacy as a whole, all resources the frontend requires will be shipped with lostplace's distribution. We also try to minimize the use of JavaScript as far as we can and try to offer JS-less alternatives where we can. +## Contact +If you run into any issues, have any questions or If you are interested in this project in general, feel free to get in touch with us via [reverend@reverend2048.de](mailto:reverend@reverend2048.de), we do speak English and German. + ## Features - Manage lost places with lots of useful information. - OSM-Maps @@ -145,8 +148,4 @@ Before making the django instance public, you should tweak the config `settings. 4. Set a new (random) SECRET_KEY in settings.py, e. g.: `base64 /dev/urandom | head -c50` -Run `django_lostplaces/manage.py collectstatic` you should be ready to go. - - -### Contact -If you run into any issues, have any questions or If you are interested in this project in general, feel free to get in touch with us via [reverend@reverend2048.de](mailto:reverend@reverend2048.de), we do speak English and German. \ No newline at end of file +Run `django_lostplaces/manage.py collectstatic` you should be ready to go. \ No newline at end of file