修改项目结构,还有些混乱。

This commit is contained in:
virusdefender
2015-07-31 23:23:15 +08:00
parent c6d6b13072
commit 26dab5bd91
93 changed files with 48009 additions and 10 deletions

0
solution/__init__.py Normal file
View File

3
solution/admin.py Normal file
View File

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

View File

1
solution/models.py Normal file
View File

@@ -0,0 +1 @@
# coding=utf-8

3
solution/tests.py Normal file
View File

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

3
solution/views.py Normal file
View File

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