No description
Find a file
2023-01-03 12:02:23 +01:00
mysuitablephone first working 2023-01-03 11:50:47 +01:00
suitablephones added bluetooth and camera serializers 2023-01-03 12:02:23 +01:00
.gitignore working + docs 2023-01-03 11:28:00 +01:00
manage.py first commit 2022-12-30 00:25:56 +01:00
Readme.md first working 2023-01-03 11:50:47 +01:00
requirements.txt working + docs 2023-01-03 11:28:00 +01:00

Suitable Phones

Setup

Clone this repository.

Download Lineage official wiki as data source:

git clone https://github.com/LineageOS/lineage_wiki.git

Yaml file descripting all devices are in _"lineage_wiki/data/devices/"

Set the proper path in var LINEAGEWIKI

TODO: choose where to set LINEAGEWIKI

Installation:


git clone https://git.lattuga.net/d0c/suitablephones.git
virtualenv .
bin/pip install -r requirements.txt
bin/python manage.py migrate
bin/python manage.py createsuperuser
bin/python manage.py runserver