gold eggs backend
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
This commit is contained in:
7
core/apps/home/views/home.py
Normal file
7
core/apps/home/views/home.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django import views
|
||||
from django import shortcuts
|
||||
|
||||
|
||||
class HomeView(views.View):
|
||||
def get(self, request):
|
||||
return shortcuts.render(request, "user/home.html")
|
||||
Reference in New Issue
Block a user