src/restapi/apps.py
author durandn
Mon, 01 Aug 2016 12:59:18 +0200
changeset 94 a47934ff37ec
parent 6 37baf9d13f32
permissions -rw-r--r--
signals refactoring followup: fixed circular import + added a profile view and template and link in header + refactored views into a views module

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'