Files
Kurt Griffiths cf011c7c8f test(bench): Add Django benchmark (#1087)
* test(bench): Add Django benchmark

* chore: Fix pep8 in django app
2017-07-20 08:40:23 -05:00

9 lines
150 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class HelloConfig(AppConfig):
name = 'hello'