Re: Book

2024-02-03 Thread Obam Olohu
why don't you learn directly from a tutor? On Thu, Feb 1, 2024 at 3:14 AM Kevin Tuo wrote: > Hello, Please can I get a book for building a portfolio website with > django? > > > Envoyé à partir de Outlook pour Android > > -- > You received this message because you are

Re: Web redirection

2024-01-26 Thread Obam Olohu
if you want to set your port back top 8000: Check React's Proxy Configuration: pip install django-cors-headers # settings.py INSTALLED_APPS = [ # ... 'corsheaders', # ... ] MIDDLEWARE = [ # ... 'corsheaders.middleware.CorsMiddleware', # ... ] On Tue, Jan 23, 2024 at

Re: i learnt django basics but i want to learn django for become a master in django where can i get resourse

2023-08-12 Thread Obam Olohu
YouTube and chatGPT On Thu, Aug 10, 2023, 6:05 PM Peter Benjamin Ani wrote: > Try getting the ebook (Django 4 by example) and build projects in it, from > there u are good to go > > On Thu, 10 Aug 2023 at 18:01, Basith wrote: > >> Any sample projects? any free resources? >> >> On Thursday, 10

Re: Django Admin

2023-03-11 Thread Obam Olohu
Hello there, you can send a meeting link, I’ll fix the issue for you Sent from my iPhone > On 11 Mar 2023, at 12:31 PM, James Hunt wrote: > > Hi there. I am fairly new to Django but have had previous success with > creating an app and being able to access the Admin page. > Recently, if I