mirror of
https://github.com/gamaio/gama_api.git
synced 2024-10-31 17:17:47 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.contrib import admin
|
||
|
|
||
|
# Register your models here.
|