mirror of
https://github.com/gamaio/gama_api.git
synced 2024-11-01 01:27:47 +00:00
fbb7c24d39
This sets up the database to reflect what is written in the schema Next is to add logic
7 lines
128 B
Python
7 lines
128 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.shortcuts import render
|
|
|
|
# Create your views here.
|