src/restapi/apps.py
author durandn
Tue, 28 Jun 2016 12:52:33 +0200
changeset 36 79dc00f6e9a6
parent 6 37baf9d13f32
permissions -rw-r--r--
fixed login redirect

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'