lingo: start as a standalone module

Lingo was started as a standalone module and the commits where later crafted
onto the combo repository.
This commit is contained in:
Frédéric Péters 2015-02-08 11:32:29 +01:00
parent 24d2a77f53
commit 1752ec4df9
5 changed files with 9 additions and 0 deletions

View File

View File

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

View File

View File

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

View File

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.