bitsof / selecto

1 stars 0 forks source link

Initialize DB #47

Closed jeffery-do closed 1 year ago

jeffery-do commented 1 year ago

This creates the command init_db which allows you to initalize the database with basic data. This allows you to run the app for the first time.

On Unix please run:

make init_db

after running

make install

This should initalize the DB so that you can run the website locally.