add django generated websites app

This commit is contained in:
Jan Dittberner 2015-01-26 21:00:52 +01:00
parent 57d4b128f5
commit ba85ad8ad9
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

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