mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
First steps with the api
This commit is contained in:
@ -100,5 +100,3 @@ from .user import *
|
||||
from .page import *
|
||||
from .site import *
|
||||
from .group import *
|
||||
from .api import *
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
from core.templatetags.renderer import markdown
|
||||
from django.http import HttpResponse
|
||||
|
||||
def render_markdown(request):
|
||||
return HttpResponse(markdown(request.GET['text']))
|
Reference in New Issue
Block a user