folder rename; future commits make sense after this

This commit is contained in:
CamTheGeek 2018-09-05 12:30:18 -04:00
parent 09d0f09d8e
commit f473a4234e
71 changed files with 0 additions and 0 deletions

8
funding/routes_admin.py Normal file
View file

@ -0,0 +1,8 @@
from flask.ext.login import login_required
from wowfunding.factory import app, db_session
@app.route('/admin/index')
@login_required
def admin_home():
return 'yep'