I believe Roland was comparing DjangoCMS to Mezzanine and not Django to Mezzanine.
If you find vagrant hard to use, you've probably not gotten to the point where you need it. That being said wagtail doesn't force you to use it. I've installed it on windows (way before you wrote your comment) with ease. Vagrant is a good tool to learn, it will come in handy. Its also not difficult to use, thats just you refusing to learn it. VirtualEnv and Vagrant have similar but different purposes. VirtualEnv is meant to allow you to create python environments that are isolated from the main one. This way you can have different envs for different purposes. Vagrant and Puppet (or Chef ... etc) on the other hand allow you to create (and recreate) entire os environments with ease. Such an environment will have all the requirements for running your app already installed and configured. Basically, it makes preparing an environment for a projects like wagtail as easy as running "vagrant up" inside the project's root. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.