src/restapi/apps.py
author durandn
Tue, 28 Jun 2016 15:50:57 +0200
changeset 37 aed809b3a075
parent 6 37baf9d13f32
permissions -rw-r--r--
Corrected Tag methods bugs + Added comment classes and migration

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'