Skip to content

Commit 02f927b

Browse files
committed
Merge branch 'model_refactoring'
2 parents 2679814 + 781e2fd commit 02f927b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+651
-1030
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pyc
2+
wsgi/migrations
3+
*~

migrations/README

Lines changed: 0 additions & 1 deletion
This file was deleted.

migrations/alembic.ini

Lines changed: 0 additions & 45 deletions
This file was deleted.

migrations/env.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

migrations/env.pyc

-2.46 KB
Binary file not shown.

migrations/script.py.mako

Lines changed: 0 additions & 22 deletions
This file was deleted.

wsgi/.DS_Store

0 Bytes
Binary file not shown.

wsgi/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
app = Flask(__name__)
1313
app.config.from_object(os.environ['APP_SETTINGS'])
1414
app.register_blueprint(experiments, url_prefix='/exp')
15-
#app.register_blueprint(dashboard, url_prefix='/dashboard')
1615

1716
db.init_app(app)
1817

wsgi/app.pyc

-1.12 KB
Binary file not shown.

wsgi/app.py~

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)