Skip to content

Commit a6cb427

Browse files
committed
chatroom url alias
new icon that doesn't look like two snakes update requirements
1 parent 4552f98 commit a6cb427

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
alembic==0.7.4
1+
alembic==0.7.6
22
Babel==1.3
33
beautifulsoup4==4.3.2
4-
click==3.3
4+
click==4.0
55
Flask==0.11.dev0
66
Flask-Alembic==1.1.1
77
Flask-Babel==0.9
88
Flask-SQLAlchemy==2.0
99
Flask-WTF==0.11
1010
hoep==1.0.2
11-
inflection==0.2.1
11+
inflection==0.3.1
1212
itsdangerous==0.24
1313
Jinja2==2.7.3
14-
lxml==3.4.2
14+
lxml==3.4.4
1515
Mako==1.0.1
1616
MarkupSafe==0.23
1717
psycopg2==2.6
18-
Pygments==2.0.1
19-
pytz==2014.10
20-
requests==2.5.1
18+
Pygments==2.0.2
19+
pytz==2015.4
20+
requests==2.7.0
2121
speaklater==1.3
22-
SQLAlchemy==0.9.8
23-
Werkzeug==0.10.1
22+
SQLAlchemy==1.0.4
23+
Werkzeug==0.10.4
2424
WTForms==2.0.2

sopy/pages/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
@bp.record_once
77
def register(state):
88
from sopy.pages import views
9+
10+
# alias /pages/chatroom to /chatroom
11+
state.app.add_url_rule('/chatroom', 'pages.page', view_func=views.page, defaults={'name': 'chatroom'})

sopy/static/icon.png

69 Bytes
Loading

0 commit comments

Comments
 (0)