A delicious dashboard for YunoHost stuff
Find a file
dependabot[bot] 85e3bd9e85
Bump feedgen from 0.7.0 to 0.9.0
Bumps [feedgen](https://github.com/lkiesow/python-feedgen) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/lkiesow/python-feedgen/releases)
- [Commits](https://github.com/lkiesow/python-feedgen/compare/v0.7.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-28 22:43:22 +00:00
app Quick and dirty fix for issue with app page because of level = '?' 2019-07-20 18:16:05 +00:00
.gitignore Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00
manage.py Move app lists management in a separate file 2018-11-05 17:24:41 +01:00
README.md Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00
requirements.txt Bump feedgen from 0.7.0 to 0.9.0 2020-01-28 22:43:22 +00:00
wsgi.py Rework the whole AppCI dashboard with Flask 2017-12-19 17:03:51 +01:00

Tartiflette

A dashboard for YunoHost core & app development/packaging

Install

  • Clone this repo
  • Setup the venv :
virtualenv -p python3 venv
source venv/bin/activate
  • Install the dependencies :
pip install -r requirements.txt
  • Configure GITHUB_USER and GITHUB_TOKEN in settings.py

  • Init the database :

./manage.py nuke
./manage.py init
  • Fetch/update the DB
./manage.py update