Hacker News new | ask | show | jobs
by jokamoto 3607 days ago
Django itself has no requirements besides the standard library:

    % pip freeze
    Django==1.10
That's after a pip install in a fresh virtual environment.
1 comments

Rails itself is broken up into smaller packages, so you can only load parts of Rails if you want. Very few apps actually do. (and that's only like 8 of the 80)