src/restapi/apps.py
author durandn
Fri, 10 Jun 2016 17:07:14 +0200
changeset 14 dc9f449dea1b
parent 6 37baf9d13f32
permissions -rw-r--r--
Renamed pip freeze file "requirements.txt", removed migrations as they are not necessary at this point, removed wrongly commited sqlite file

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'