Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
WP6
/
performing_patents_otherwise
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
commit for testing
solr_update
Simon Bowie
hace 2 años
padre
e14dafc563
commit
52f70476d0
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+5
-0
web/app/main.py
+ 5
- 0
web/app/main.py
Ver fichero
@@ -23,3 +23,8 @@ def contents():
text = f.read()
text = markdown.markdown(text)
return render_template('text.html', text=text)
@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)
Escribir
Vista previa
Cargando…
Cancelar
Guardar