Server for 'Find My Device' android app, implemented in Django/Python
Project description
Django Find My Device
Find My Device Server implemented in Python using Django. Usable for the Andorid App FindMyDevice by Nnulide:
Django "Find My Device" server for YunoHost
State
It's in early developing stage and not really usable ;)
What worked (a little bit) with Django's development server:
- App can register the device
- App can send a new location
- App can delete all server data from the device
- The Web page can fetch the location of a device
TODOs:
- Paginate between locations in Web page
- Commands/Push/Pictures
- Write tests, setup CI, deploy python package etc.
Start hacking:
~$ git clone https://gitlab.com/jedie/django-find-my-device.git
~$ cd django-find-my-device
~/django-find-my-device$ ./devshell.py
...
(findmydevice) run_testserver
credits
The FindMyDevice concept and the App/Web pages credits goes to Nnulide the creator of the app FindMyDevice.
Currently, we store a copy of html/js/css etc. files from findmydeviceserver/web/ (GNU GPLv3) into our project repository here: django-find-my-device/findmydevice/web/ with the update_fmdserver_files.sh script.
versions
- dev
- TBC
- v0.1.1 - 12.07.2022
- Fix pagination on FMD web page.
- Deny store locations too often (by
settings.FMD_MIN_LOCATION_DATE_RANGE_SEC
- default: 30sec.) - Display device date in admin in human-readable format.
- Allow
location
delete in admin ifDEBUG
mode is on. - More tolerant
/requestAccess
view. - Enhance
TracingMiddleware
for debugging.
- v0.1.0 - 12.07.2022
- Serve fmd page "index.html" with own view and only for authenticated users
- Enhance Django Admin
- Add optional "name" for Devices (Only for django admin)
- v0.0.4 - 11.07.2022
- Bugfix
logic.js
requests, if installed not in root URL. - Bugfix location view from
logic.js
and undefined variable.
- Bugfix
- v0.0.3 - 11.07.2022
- Bugfix store location because of too large
raw_date
field value
- Bugfix store location because of too large
- v0.0.2 - 11.07.2022
- Support Python 3.7 (for current YunoHost version)
- Setup Gitlab CI pipeline
- Update README
- v0.0.1 - 05.07.2022
- init project
- App can register the device
- App can send a new location
- App can delete all server data from the device
- The Web page can fetch the location of a devi
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-fmd-0.1.1.tar.gz
.
File metadata
- Download URL: django-fmd-0.1.1.tar.gz
- Upload date:
- Size: 78.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62e969951f376ead9db82e77288466e7ce478b215f8955c175317540cf46acd8 |
|
MD5 | 3b5d30c83ab050906e656fd79aabd178 |
|
BLAKE2b-256 | 8becc3f29835030138feac943dcfd0c938716bf9384da0fd5bea8b69276f3993 |
Provenance
File details
Details for the file django_fmd-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: django_fmd-0.1.1-py3-none-any.whl
- Upload date:
- Size: 107.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b774e9c63e020db91ece31a67ff2a64f0f1ab3576e1e312ada2f51002157da4c |
|
MD5 | 5846ad67f80a32288117d79098bad77c |
|
BLAKE2b-256 | c0160ed0e4094c7750017de778555b1a29567a0cbc9db0ef550c81e8ac33fc02 |