Removed unused project

This commit is contained in:
Sebastian Lohff 2017-04-04 02:52:05 +02:00
förälder 98735fe4a9
incheckning 7927fbdf96
8 ändrade filer med 0 tillägg och 25 borttagningar

Visa fil

Visa fil

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

Visa fil

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

Visa fil

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

Visa fil

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

Visa fil

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

Visa fil

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