Jelajahi Sumber

Remove new app which is been commited by miskate

Mohidul Islam 5 tahun lalu
induk
melakukan
ef8895e1cc

+ 0 - 0
name_extraction/__init__.py


+ 0 - 3
name_extraction/admin.py

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

+ 0 - 5
name_extraction/apps.py

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

+ 0 - 0
name_extraction/migrations/__init__.py


+ 0 - 3
name_extraction/models.py

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

+ 0 - 3
name_extraction/tests.py

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

+ 0 - 3
name_extraction/views.py

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