Sem descrição

d0c 2ccf6c0cd3 fix and filters há 1 ano atrás
mysuitablephone bc12a30f1c adjustment há 1 ano atrás
suitablephones 2ccf6c0cd3 fix and filters há 1 ano atrás
.gitignore 2ccf6c0cd3 fix and filters há 1 ano atrás
Readme.md b71edece2e update readme há 1 ano atrás
docker-compose.yml c1428592d8 test postgres há 1 ano atrás
manage.py 22ed355e69 first commit há 1 ano atrás
requirements.txt c1428592d8 test postgres há 1 ano atrás

Readme.md

Suitable Phones

Installation

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

Download Lineage official wiki as data source. Yaml files 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'

Populate database:

python manage.py fetchphones

Run

python manage.py runserver

ToDo

  • [] add .env