Use bug_list and bug_search_url fields in template
Add jingo_markdown
Upgrade RNA (4ae910da)
Add firefox.system_requirements view using RNA
Use latest RNA as submodule instead of pip install
Adjust views, settings, templates to use latest RNA
Restore lib/l10n_utils/helpers.py and tests from rebase mistake
Move django-extensions to submodule
Cleanup old rna egg-info
Move django-rest-framework to submodule
Move requests to submodule
Move Python-Markdown to submodule
Move jingo-markdown to submodule
Move six to submodule
Test RNA views + flake8 fixes
Fix flake8
Try to fix Jenkins test breakage
Clean up templates
Cleanup template some more
Reword test docstring and add comments
Update requiremnts/prod.txt to match submodules
Use settings.LANGUAGE_CODE for default locale
Try to make Jenkins happy
* Add sqlite config to base settings.
* Update tests to use Django's database aware TestCase.
* Install south.
* Install django-waffle.
* Update jenkins to use the database for CI.
Django admin will be enabled in a separate PR.