This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/scripts/run-dev.sh

5 lines
66 B
Bash
Raw Permalink Normal View History

#!/bin/sh
./manage.py migrate
./manage.py runserver 0.0.0.0:8000