No description
Find a file
2023-01-04 14:27:06 +01:00
mysuitablephone first working filter 2023-01-03 13:26:44 +01:00
suitablephones first working filter 2023-01-03 13:26:44 +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 update readme 2023-01-04 14:27:06 +01:00
requirements.txt working + docs 2023-01-03 11:28:00 +01:00

Suitable Phones

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

Setup

Download Lineage official wiki as data source. Yaml file descripting all devices are in _"lineage_wiki/data/devices/"

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

Set LINEAGEWIKI variable in mysuitablephone/settings.py with the proper path of lineage_wiki.

es.

LINEAGEWIKI = '/home/d0c/lineage_wiki'