Suppression de deux apps inutiles

This commit is contained in:
Martin Pépin 2016-06-01 16:21:41 +02:00
parent 9cce1076a9
commit 716c2c8d9e
8 changed files with 0 additions and 40 deletions

View file

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.

View file

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.