pull/6/head
root 2014-12-26 21:57:10 +08:00
parent 9609bad31c
commit 37fe5dc4e3
5 changed files with 12 additions and 0 deletions

0
jlog/__init__.py Normal file
View File

3
jlog/admin.py Normal file
View File

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

3
jlog/models.py Normal file
View File

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

3
jlog/tests.py Normal file
View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
jlog/views.py Normal file
View File

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