Closed cburke496 closed 10 years ago
Take a look at this. The short version is that you just need a file called init.py in the directory that you want to be a package. init.py gets run when anything in that package is imported.
FYI, the "duplicate" label is for duplicate issues, not issues involving duplicates.
Fixed in 14792c0dcc54748ed206a4a6159e6f5ce4a98309
There are two versions each of user.py, tag.py, and bookmark.py. I've been working on the ones in the models folder, but I'm not actually sure if/how app.py can import them from another directory.