Commit 288fedef authored by impfundev's avatar impfundev

clear cache from git

parent bd8eb53d
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
*.log *.log
*.pot *.pot
*.pyc *.pyc
__pycache__ **/__pycache__/**
db.sqlite3 *.sqlite3
media media
# Backup files # # Backup files #
......
...@@ -40,7 +40,7 @@ def update(request, id): ...@@ -40,7 +40,7 @@ def update(request, id):
context["form"] = form context["form"] = form
context["book_id"] = id context["book_id"] = id
return render(request, "update_form.html", context) return render(request, "book_update_form.html", context)
def delete(request, id): def delete(request, id):
......
File deleted
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