stuycs-softdev-fall-2013 / proj3-7-bookmarx

Bookmarks for the people
2 stars 0 forks source link

Database is not a model, remove it from models directory #12

Open Hypersonic opened 10 years ago

Hypersonic commented 10 years ago

Database is not a model. It's much closer to a controller, if anything.

zanesterling commented 10 years ago

A note: it's not actually being treated as one aside from its location. It probably should go in the main directory, though.

Hypersonic commented 10 years ago

If it's not a model, it doesn't belong in the models directory, period.

cburke496 commented 10 years ago

If you don't mind can we deal with this in class where you guys can help me out? (Sorry I keep acting so clueless I'm just not really used to using GitHub.......or Python)

cburke496 commented 10 years ago

When I tried running app.py, it created a new marx.db in the main directory, so should we be keeping marx.db and schema.py there instead of in the models directory?