From 6feb67c855c8fcc5cad7e62ca441f68637ab0519 Mon Sep 17 00:00:00 2001 From: Del Rockie <160012732+delrockie@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:56:01 +0300 Subject: [PATCH 1/2] Update readme.md --- readme.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/readme.md b/readme.md index 81df8fc1..63b1d0ca 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,3 @@ -# Python Bootcamp & Hackathon +BLOG WEBSITE -By Geofrey Mumo -**Note:** Clone this repo -``` git clone https://github.com/PLPAfrica/Feb-2024-PythonHack2.git ``` or simply click on ```Fork``` - -Objectives -During this bootcamp and hackathon, we will create a Blog website and weather app using a Third-party API, we are aiming to: -- Understand JSON -- Understand how to work with Static files in Django -- Understand API -- Understand software development & Deployments -- Understand software testing with ```pytest``` -- Understand Database integration with Python Django - -By the end of the bootcamp/sessions, you will be required to submit a project. -**Note:** Clone this repo, edit to the requirements/instructions assigned by the Instructor -- Submit the code for review -- Note that the Best project will be rewarded with a **certificate** and **some dollars** 😊 - - ## Note that the code will be updated everytime in class +i tried my best From daff3760e6003e21336a798e5c0192e7382c35b5 Mon Sep 17 00:00:00 2001 From: Del Rockie <160012732+delrockie@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:58:09 +0300 Subject: [PATCH 2/2] Add files via upload --- Blog_website/__init__.py | 0 Blog_website/admin.py | 0 Blog_website/apps.py | 0 Blog_website/blog/migrations/__init__.py | 0 Blog_website/blog/migrations/comment.py | 0 Blog_website/blog/migrations/initial.py | 0 Blog_website/blog/migrations/templates/base.html | 0 Blog_website/blog/migrations/templates/frontpage.html | 0 Blog_website/codewithjeff/__init__.py | 0 Blog_website/codewithjeff/asgi.py | 0 Blog_website/codewithjeff/manage.py | 0 Blog_website/codewithjeff/settings.py | 0 Blog_website/codewithjeff/urls.py | 0 Blog_website/codewithjeff/wsgi.py | 0 Blog_website/forms.py | 0 Blog_website/models.py | 0 Blog_website/tests.py | 0 Blog_website/views.py | 0 18 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Blog_website/__init__.py create mode 100644 Blog_website/admin.py create mode 100644 Blog_website/apps.py create mode 100644 Blog_website/blog/migrations/__init__.py create mode 100644 Blog_website/blog/migrations/comment.py create mode 100644 Blog_website/blog/migrations/initial.py create mode 100644 Blog_website/blog/migrations/templates/base.html create mode 100644 Blog_website/blog/migrations/templates/frontpage.html create mode 100644 Blog_website/codewithjeff/__init__.py create mode 100644 Blog_website/codewithjeff/asgi.py create mode 100644 Blog_website/codewithjeff/manage.py create mode 100644 Blog_website/codewithjeff/settings.py create mode 100644 Blog_website/codewithjeff/urls.py create mode 100644 Blog_website/codewithjeff/wsgi.py create mode 100644 Blog_website/forms.py create mode 100644 Blog_website/models.py create mode 100644 Blog_website/tests.py create mode 100644 Blog_website/views.py diff --git a/Blog_website/__init__.py b/Blog_website/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/admin.py b/Blog_website/admin.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/apps.py b/Blog_website/apps.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/blog/migrations/__init__.py b/Blog_website/blog/migrations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/blog/migrations/comment.py b/Blog_website/blog/migrations/comment.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/blog/migrations/initial.py b/Blog_website/blog/migrations/initial.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/blog/migrations/templates/base.html b/Blog_website/blog/migrations/templates/base.html new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/blog/migrations/templates/frontpage.html b/Blog_website/blog/migrations/templates/frontpage.html new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/__init__.py b/Blog_website/codewithjeff/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/asgi.py b/Blog_website/codewithjeff/asgi.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/manage.py b/Blog_website/codewithjeff/manage.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/settings.py b/Blog_website/codewithjeff/settings.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/urls.py b/Blog_website/codewithjeff/urls.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/codewithjeff/wsgi.py b/Blog_website/codewithjeff/wsgi.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/forms.py b/Blog_website/forms.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/models.py b/Blog_website/models.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/tests.py b/Blog_website/tests.py new file mode 100644 index 00000000..e69de29b diff --git a/Blog_website/views.py b/Blog_website/views.py new file mode 100644 index 00000000..e69de29b