mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-12 17:49:27 +01:00
création de l'interface admin temporaire
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
return HttpResponse('test')
|
||||
|
||||
Reference in New Issue
Block a user