Removed unused project
This commit is contained in:
parent
98735fe4a9
commit
7927fbdf96
|
@ -1,3 +0,0 @@
|
||||||
from django.contrib import admin
|
|
||||||
|
|
||||||
# Register your models here.
|
|
|
@ -1,5 +0,0 @@
|
||||||
from django.apps import AppConfig
|
|
||||||
|
|
||||||
|
|
||||||
class DarksearchConfig(AppConfig):
|
|
||||||
name = 'darksearch'
|
|
|
@ -1,3 +0,0 @@
|
||||||
from django.db import models
|
|
||||||
|
|
||||||
# Create your models here.
|
|
|
@ -1,3 +0,0 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
|
|
@ -1,8 +0,0 @@
|
||||||
from django.conf.urls import url
|
|
||||||
|
|
||||||
from . import views as darksearch_views
|
|
||||||
|
|
||||||
urlpatterns = [
|
|
||||||
url(r'^$', darksearch_views.search, name='search'),
|
|
||||||
|
|
||||||
]
|
|
|
@ -1,3 +0,0 @@
|
||||||
from django.shortcuts import render
|
|
||||||
|
|
||||||
# Create your views here.
|
|
Loading…
Reference in New Issue