mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
A delicious dashboard for YunoHost stuff
85e3bd9e85
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> |
||
---|---|---|
app | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt | ||
wsgi.py |
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
andGITHUB_TOKEN
in settings.py -
Init the database :
./manage.py nuke
./manage.py init
- Fetch/update the DB
./manage.py update