src/restapi/apps.py
author durandn
Tue, 21 Jun 2016 14:38:09 +0200
changeset 24 6b6b183447a2
parent 6 37baf9d13f32
permissions -rw-r--r--
work on models + auth register/login system + adapted existing app and templates so editing annotations is working as before + created empty templates to fill

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'