add generated managemails app

This commit is contained in:
Jan Dittberner 2014-05-18 20:02:39 +02:00
parent 8e19d3630d
commit 123eedaeb1
8 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

@ -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.