Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 282 Bytes

infoskjerm2 is a supersimple slideshow system (replacing the old infoskjerm)

Install

apt install python-dev libmysqlclient-dev
pipenv install --dev --three
pipenv shell
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver