src/restapi/apps.py
author durandn
Thu, 21 Jul 2016 15:35:24 +0200
changeset 70 c3116f5ed777
parent 6 37baf9d13f32
permissions -rw-r--r--
replaced link with buttons on templates

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'