Skip to content

Commit

Permalink
add app search
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Sep 18, 2015
1 parent 4aa2d53 commit 8b5d01f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Empty file added parsifal/search/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions parsifal/search/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
Empty file.
3 changes: 3 additions & 0 deletions parsifal/search/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
3 changes: 3 additions & 0 deletions parsifal/search/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.test import TestCase

# Create your tests here.
3 changes: 3 additions & 0 deletions parsifal/search/views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.shortcuts import render

# Create your views here.

0 comments on commit 8b5d01f

Please sign in to comment.