Requirements

The requirements necessary to use this Django Boilerplate are:

  • python3 and pip3

  • virtualenv and virtualenvwrapper

  • Firefox (to use Selenium’s Webdriver in functional Tests)

  • GNU gettext (to use Internationalization)

If you don’t have python, you can refer to the official python documentation, and to install virtualwrapper you can refer to install virtualwrapper.

You can download Firefox from the official webpage: firefox_web.

And if you don’t have GNU gettext, you can refer to install GNU gettext.

Ready!? Continue to quick_start!