diff --git a/New XLS Worksheet.xls b/New XLS Worksheet.xls new file mode 100644 index 0000000..b08f2cd Binary files /dev/null and b/New XLS Worksheet.xls differ diff --git a/main/views.py b/main/views.py index 6af2543..08bcdab 100644 --- a/main/views.py +++ b/main/views.py @@ -103,4 +103,9 @@ def news_details(request): 'url': url, } - return render(request, 'main/details.html', context) \ No newline at end of file + return render(request, 'main/details.html', context) + + + +def changes_abcd(): + pass \ No newline at end of file