From ec308a7428fe22af1885f7c924c188a91558e702 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 15:25:35 +0200 Subject: [PATCH] Removed cleanliness warning. --- Readme.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 8157246..55d5587 100644 --- a/Readme.md +++ b/Readme.md @@ -1,23 +1,15 @@ # lostplaces-backend -lostplaces-backend is a django based Webproject. It once wants to become a -software which allows a group of urban explorers to manage, document and -share the locations of lost places while not exposing too much / any -information to the public. +lostplaces-backend is a django based Webproject. It once wants to become a software which allows a group of urban explorers to manage, document and share the locations of lost places while not exposing too much / any information to the public. -The software ist currently in early development status, neither scope, -datalmodel(s) nor features are finalized yet. +The software ist currently in early development status, neither scope, datalmodel(s) nor features are finalized yet. ## Dependencies -Right now it depends on the following non-core Python 3 libraries. These can be installed using the package manager of your distribution -or into the venv locally. +Right now it depends on the following non-core Python 3 libraries. These can be installed using the package manager of your distribution or into the venv locally. * [django](https://www.djangoproject.com/) django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. * [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with django. -Currently the the repo is quite a mess, with full Python 3.8 site-packages -in-repo and other sketchy stuff. This will be fixed sometime. - ### Setting up a (pipenv) virtual environment for development After having obtained the repository contents (either via .zip download or git clone), you can easily setup a pipenv virtual environment. The repo provides a Pipfile for easy dependency management that does not mess with your system.