Y
Hacker News
new
|
ask
|
show
|
jobs
by
Yxven
3523 days ago
Why did you do that, and what did you replace stock django with?
1 comments
s_kilk
3523 days ago
We only used the router, handler functions and the template engine. We didn't use any models (because we used the MongoDB api directly) or the Object-Oriented controllers, and (if I remember correctly), fairly limited use of the fancier forms API.
So it was a fairly minimal subset of Django.
link
So it was a fairly minimal subset of Django.