Skip to content

Commit d979a35

Browse files
committed
remove pycon and nidaba pages
1 parent ce7040f commit d979a35

2 files changed

Lines changed: 1 addition & 99 deletions

File tree

sopy/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
import sys
44

55
import pkg_resources
6-
from flask import (
7-
Flask, render_template, send_from_directory, redirect, url_for
8-
)
6+
from flask import Flask, render_template, send_from_directory
97
from flask_alembic.cli.click import cli as alembic_cli
108
from flask_babel import Babel
119

@@ -85,10 +83,6 @@ def serve_lets_encrypt_challenge(path):
8583
path
8684
)
8785

88-
@app.route('/pycon')
89-
def pycon():
90-
return redirect(url_for('wiki.detail', title='PyCon US 2017'))
91-
9286
if not app.debug:
9387
handler = logging.StreamHandler(sys.stderr)
9488
handler.setLevel(logging.ERROR)

sopy/templates/pages/nidaba.html

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

0 commit comments

Comments
 (0)