From c5ce57a7f8a9488e80c255bd8b82c5e419fc3c52 Mon Sep 17 00:00:00 2001 From: 5ekastan <151753486+nasirovx@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:43:57 +0300 Subject: [PATCH] =?UTF-8?q?Generic=20api=20+=20docker=20=F0=9F=A6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a42dba4..0ec7907 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Generic API + Docker + DRF +# 〽️ Generic API + Docker + DRF 〽️ This project serves as an educational example of creating an API using Generic Views in Django. The project is authored by Marselle. You can contact the author [here](https://instagram.com/5ekastan). @@ -40,7 +40,7 @@ Generic API Project demonstrates the use of Django to create an API using Generi python manage.py runserver ``` -2. Open a web browser and go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to access the API. +2. Open a web browser and go to [http://localhost:8000/](http://localhost:8000/) to access the API. ## Using the API