修改项目结构,还有些混乱。
This commit is contained in:
0
solution/__init__.py
Normal file
0
solution/__init__.py
Normal file
3
solution/admin.py
Normal file
3
solution/admin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
0
solution/migrations/__init__.py
Normal file
0
solution/migrations/__init__.py
Normal file
1
solution/models.py
Normal file
1
solution/models.py
Normal file
@@ -0,0 +1 @@
|
||||
# coding=utf-8
|
||||
3
solution/tests.py
Normal file
3
solution/tests.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
3
solution/views.py
Normal file
3
solution/views.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
Reference in New Issue
Block a user