Removed/cleared unused django default app files.

This commit is contained in:
Matt Austin 2011-09-14 10:55:04 +08:00
parent 7457cd6847
commit 5712bea9a5
3 changed files with 0 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
"""
This file demonstrates writing tests using the unittest module. These will pass
when you run "manage.py test".
Replace this with more appropriate tests for your application.
"""
from django.test import TestCase
class SimpleTest(TestCase):
def test_basic_addition(self):
"""
Tests that 1 + 1 always equals 2.
"""
self.assertEqual(1 + 1, 2)

View File

@ -1 +0,0 @@
# Create your views here.