Removed extension dev part on website, now part of docs

This commit is contained in:
Armin Ronacher 2010-07-23 15:36:39 +01:00
parent d039e5d9af
commit 4d8b54150a
3 changed files with 3 additions and 51 deletions

View file

@ -14,4 +14,4 @@ def index():
@mod.route('/creating/')
def creating():
return render_template('extensions/creating.html')
return redirect(url_for('docs.show', page='extensiondev'), 301)