Compare commits

..

No commits in common. "6e6f4ced7bd21b24fffc728a9bafaf99dccc5ed1" and "98c5ddad65a86dfda08609a389551b446de48faa" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,8 @@ lostplaces-backend is a django (3.x) based webproject. It once wants to become a
The software is currently in early development status, neither scope, datalmodel(s) nor features are finalized yet. Therefore we would not recommend to download or install this piece of software anywhere - except your local django dev server.
We value privacy as a whole, all ressources the frontend requires will be shipped with lostplace's distribution. We also try to minimze the use of JavaScript as far as we can and try to offer JS-less alternatives where we can.
## Features
- Manage lost places with lots of usefull information.
- OSM-Maps
- Sensitive information is not accesiable for anonymous (not logged in) users.
- User self registration using a voucher system, only people you invite can join your instance.
- Collaboration, every user can add informations like tags, photos and external links to your place.

View File

@ -18,8 +18,7 @@ setup(
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Framework :: Django'
'Programming Language :: Python :: 3.7'
],
install_requires=[
'django',