Remove empty models and views files

This commit is contained in:
Roberto Rosario
2012-09-14 03:21:25 -04:00
parent 036cba29c3
commit da1a6420b3
6 changed files with 0 additions and 16 deletions

View File

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

View File

@@ -1,5 +0,0 @@
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy as _
from navigation.api import Link

View File

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

View File

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

View File

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

View File

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