add nounform

This commit is contained in:
Tan, Kian-ting 2021-01-31 22:15:16 +08:00
parent 0d6c58947d
commit 44eaed7a1b

View file

@ -8,9 +8,9 @@ from django.forms import formset_factory
# Create your views here.
def hello_world(request):
'''def hello_world(request):
return render(request, 'hello_world.html',
{'current_time' : str(datetime.now()),})
{'current_time' : str(datetime.now()),})'''
@login_required #登入必要
def add_entry(request):