Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 944 Bytes

Hailstone Repo(savour backend service)

This project is written in python Django, the dependency version is above python3, python3.8.* is recommended

Project deployment

1.install dependencies

pip3 install -r requirements.txt

2.migrate database

python3 manager migrations

3. run dev

python3 manager runserver