Requirements

The requirements necessary to use this Django Project 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 the first two requirements, you may find this post useful: Install Python 3 on Mac OS X and use virtualenv and virtualenvwrapper.

You can download Firefox from the official web page: Firefox.

And if you don’t have GNU gettext, check this TaskBuster tutorial section.

Ready!? Continue to the Quick Start Guide!