phoxelua / matcha

Does money things
0 stars 0 forks source link

remove initdb #84

Closed jjwon0 closed 8 years ago

jjwon0 commented 8 years ago

You should be using ./manage.py dropdb followed by ./manage.py db upgrade. This does the same thing as initdb, except it also populates the alembic_versions table with the appropriate revision, so alembic knows whats going on.

phoxelua commented 8 years ago

remove initdb from utils/commands/init (theres an import error rn)

jjwon0 commented 8 years ago

good catch

phoxelua commented 8 years ago

lgtm!