Removed unused project

This commit is contained in:
Sebastian Lohff 2017-04-04 02:52:05 +02:00
parent 98735fe4a9
commit 7927fbdf96
8 changed files with 0 additions and 25 deletions

View File

View File

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View File

@ -1,5 +0,0 @@
from django.apps import AppConfig
class DarksearchConfig(AppConfig):
name = 'darksearch'

View File

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

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View File

@ -1,8 +0,0 @@
from django.conf.urls import url
from . import views as darksearch_views
urlpatterns = [
url(r'^$', darksearch_views.search, name='search'),
]

View File

@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.