Skip to content

Commit

Permalink
Remove analysis and corpus modules
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Apr 28, 2018
1 parent 85296a6 commit f9746c3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 478 deletions.
5 changes: 0 additions & 5 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,10 @@ def create_app(name=__name__, config={}):

app.config.update(config)

from app.analysis.model import db
db.init_app(app)

from app.api import api_module
from app.main import main_module
from app.corpus import corpus_module
app.register_blueprint(api_module, url_prefix='')
app.register_blueprint(main_module, url_prefix='')
app.register_blueprint(corpus_module, url_prefix='/corpus')

from app.utils import register_filters
register_filters(app)
Expand Down
Empty file removed app/analysis/__init__.py
Empty file.
109 changes: 0 additions & 109 deletions app/analysis/model.py

This file was deleted.

32 changes: 0 additions & 32 deletions app/corpus/__init__.py

This file was deleted.

27 changes: 0 additions & 27 deletions app/corpus/models.py

This file was deleted.

36 changes: 0 additions & 36 deletions app/corpus/templates/list.html

This file was deleted.

41 changes: 0 additions & 41 deletions bin/corpus.py

This file was deleted.

Loading

0 comments on commit f9746c3

Please sign in to comment.