Skip to content

Commit

Permalink
Changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsha010101 committed Apr 11, 2024
1 parent 1e907f3 commit c383ea4
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 0 deletions.
Binary file modified home/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified home/__pycache__/admin.cpython-312.pyc
Binary file not shown.
Binary file modified home/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file modified home/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file modified home/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file modified home/__pycache__/views.cpython-312.pyc
Binary file not shown.
5 changes: 5 additions & 0 deletions home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
import os
from home.models import Contact
def index(request):

return render (request,'index.html')
def contact(request):
return render(request,"contact.html")
def main(request):
return render(request,".main.py/")
def chat(request,community):
return HttpResponse(community)
def execute_main(request):
Expand Down
Binary file modified ina/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified ina/__pycache__/settings.cpython-312.pyc
Binary file not shown.
Binary file modified ina/__pycache__/urls.cpython-312.pyc
Binary file not shown.

0 comments on commit c383ea4

Please sign in to comment.