BaySchoolCS2 / ProjectRepo

Whirpl - A network designed with small communities in mind
MIT License
1 stars 9 forks source link

Different collections for tool and application #6

Closed fhebert-perkins closed 9 years ago

fhebert-perkins commented 9 years ago

As reported by @michardy there seems to be a issue with the tools for clearing databases and such. I would suggest using mongoengine instead of pymongo as it is the underlying api for flask-pymongo which is used by the actual application.

michardy commented 9 years ago

I just fixed this issue it was a problem of inconsistent capitalization in the code.

Sincerely, Michael Hardy


From: fhebert-perkins [notifications@github.com] Sent: Monday, April 20, 2015 9:25 PM To: BaySchoolCS2/ProjectRepo Cc: Michael Hardy Subject: [ProjectRepo] Different collections for tool and application (#6)

As reported by @michardyhttps://github.com/michardy there seems to be a issue with the tools for clearing databases and such. I would suggest using mongoengine instead of pymongo as it is the underlying api for flask-pymongo which is used by the actual application.

— Reply to this email directly or view it on GitHubhttps://github.com/BaySchoolCS2/ProjectRepo/issues/6.

fhebert-perkins commented 9 years ago

Ok, have you tested to make sure it works. If you have I'd be happy to see this issue closed out. Meanwhile I'm going to go learn emacs