...
- It's really really easy to set up the environment and database, and we wouldn’t have to worry about technical problems and incompatabilities with our various systems without using a Virtual Machine.
- We were able to use python for the back-end, which made it easier for all of us to ramp up
- Databases/filters are not difficult to implement
- For the front end, we can could use the Django templating engine, and templating engines are awesome because they make it easy to separate back end from front end and cut down on code duplication.
- We wouldn't have to worry about accounts and login information because we’d be able to take advantage of google login.
- Easy to put up on the web at the end. No worrying about configuring servers.
...