mirror of
https://github.com/gamaio/gama_api.git
synced 2024-12-22 18:42:41 +00:00
fbb7c24d39
This sets up the database to reflect what is written in the schema Next is to add logic
9 lines
148 B
Python
9 lines
148 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|