Skip to content

not7cd/labello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labello

Aim of this project is to create label library and control software for zebra printer and other alike.

Development

# we are using poetry for dependency management
poetry install
poetry shell

# run once to create database
PYTHONPATH=. python helpers/db_create.py

# run app in for developement in virtual env
FLASK_APP=labello.web FLASK_ENV=development flask run
# or
poetry run python -m labello

Deploy

systemctl edit labello.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published