src/restapi/apps.py
author durandn
Tue, 26 Jul 2016 12:07:48 +0200
changeset 76 cfb718dadcdf
parent 6 37baf9d13f32
permissions -rw-r--r--
clearing up fixtures

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'