src/restapi/apps.py
author durandn
Thu, 09 Jun 2016 12:26:14 +0200
changeset 13 99224989b67b
parent 6 37baf9d13f32
permissions -rw-r--r--
reorganized settings and static files directories

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'