tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
63 stars 12 forks source link

Installing demo data runs into some issues #123

Closed vlad-ed-git closed 1 year ago

vlad-ed-git commented 1 year ago

I get integrity errors sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: project.tag [SQL: INSERT INTO project (title, tag, start_date, end_date, contract_id) VALUES (?, ?, ?, ?, ?)] [parameters: ('incentivize dot-com metrics', 'incentivize-dot-com-metrics', '2023-01-10', '2023-03-31', 613)] such as this. Also it seems like the installation keeps running in the background for a while, as opposed to installing to completion during app initialization.