Tidak Ada Deskripsi

Matteo Parrucci 938734f34f first working filter 1 tahun lalu
mysuitablephone 938734f34f first working filter 1 tahun lalu
suitablephones 938734f34f first working filter 1 tahun lalu
.gitignore 90d4832488 working + docs 1 tahun lalu
Readme.md 398f1d72c5 Aggiorna 'Readme.md' 1 tahun lalu
manage.py 22ed355e69 first commit 1 tahun lalu
requirements.txt 90d4832488 working + docs 1 tahun lalu

Readme.md

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