Add the core

This sets up the database to reflect what is written in the schema
Next is to add logic
This commit is contained in:
c0de
2017-06-01 02:14:51 -05:00
parent def0eb38eb
commit fbb7c24d39
10 changed files with 154 additions and 2 deletions

6
core/views.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.shortcuts import render
# Create your views here.