Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 469 Bytes

wedding-invitation

This is my weeding-invitation backend, frontend see in this.

Quick Start

init a db

python manage.py db init
python manage.py db migrate --message "initial migration"
python manage.py db upgrade

add a user

python db_user admin admin

run

python manage.py runserver

License