mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
A delicious dashboard for YunoHost stuff
32564b071d
Better alignment of labels in the app level view. |
||
---|---|---|
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