From 74ce800736f392da7aa3715b032c7449ddf3a620 Mon Sep 17 00:00:00 2001 From: Wambere Date: Thu, 14 Dec 2023 12:30:30 +0300 Subject: [PATCH] test --- media/test/letters.json | 3 +++ media/test/numbers.json | 3 +++ templates/home.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 media/test/letters.json create mode 100644 media/test/numbers.json diff --git a/media/test/letters.json b/media/test/letters.json new file mode 100644 index 0000000..368e81a --- /dev/null +++ b/media/test/letters.json @@ -0,0 +1,3 @@ +{ + "id": "abc" +} \ No newline at end of file diff --git a/media/test/numbers.json b/media/test/numbers.json new file mode 100644 index 0000000..2c880b4 --- /dev/null +++ b/media/test/numbers.json @@ -0,0 +1,3 @@ +{ + "id": 123 +} \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index 38b25ca..c3fcfe9 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% load staticfiles %} {% block all_content %} -

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

+

Lorem Ipsum is simply funny text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

{% endblock %} \ No newline at end of file