|
|
|
|
|
by shashwat986
3466 days ago
|
|
I'm using Tornado, not Django. I just want to use Django as an inspiration for my app structure. The problem with Tornado is that it doesn't come with an in-built ORM like Django, which means I need to actually create a connection to the Mongo instance I'm using. Hence the confusion. Python doesn't have initializers like Ruby does (that I know of). |
|