Commit 546bbcea authored by Amyll Angelin's avatar Amyll Angelin

Project (reuploaded)

I had a hard time using git. :( It worked for Labs 1 and 2 but for the second one it didnt register my files.
parent f74b4985
Pipeline #1793 failed with stages
......@@ -6,7 +6,7 @@ from .forms import CardForm, QuestForm
from .models import Card, Quest
# Create your views here.
def redir_view(request):
def redir_view(request):
response = redirect("/home")
return response
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment