Compare commits
No commits in common. "6e6f4ced7bd21b24fffc728a9bafaf99dccc5ed1" and "98c5ddad65a86dfda08609a389551b446de48faa" have entirely different histories.
6e6f4ced7b
...
98c5ddad65
@ -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.
|
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
|
## Features
|
||||||
- Manage lost places with lots of usefull information.
|
- Manage lost places with lots of usefull information.
|
||||||
- OSM-Maps
|
|
||||||
- Sensitive information is not accesiable for anonymous (not logged in) users.
|
- 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.
|
- 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.
|
- Collaboration, every user can add informations like tags, photos and external links to your place.
|
||||||
|
3
setup.py
3
setup.py
@ -18,8 +18,7 @@ setup(
|
|||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7'
|
||||||
'Framework :: Django'
|
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django',
|
'django',
|
||||||
|
Loading…
Reference in New Issue
Block a user