Re: Getting an error while try to build my first application in Django

2023-03-05 Thread Gudibandi Poojitha
Hi Olatide Joseph I resolved the error.Now the project is working fine Thanks and regards Poojitha On Sun, 5 Mar, 2023, 9:29 pm Gudibandi Poojitha, < gudibandipooji...@gmail.com> wrote: > E:\Project-1\world> python manage.py runserver > Watching for file changes with StatReloader > Performing

Re: Django Guide

2023-03-05 Thread Sandip Bhattacharya
There is a good guide here as well: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django - Sandip > On Mar 5, 2023, at 5:20 PM, Kennedy Saavedra wrote: > > Hello Abdullah, this is the documentation of > Django: https://docs.djangoproject.com/en/4.1/ > > Start from the basics >

Re: Getting an error while try to build my first application in Django

2023-03-05 Thread Olatide Joseph
Have you created your application homes ? Cause it's saying no modules named homes. Just run the following command `python manage.py startapp homes` and in your settings.py installed_apps=[ ... 'homes.apps.HomesConfig' ] add the following line in your installed apps config and the folder homes crea

Re: Django Guide

2023-03-05 Thread shyam manek
U should explore documentation and YouTube latest videos and create your own e commerce website project with rest framework On Sun, Mar 5, 2023, 9:28 PM Abdullah Niaz wrote: > Hello, My Name is Abdullah. I am pursuing my computer science degree & I > am in the second semester. I learned Python A

Re: Django Guide

2023-03-05 Thread Kennedy Saavedra
Hello Abdullah, this is the documentation of Django: https://docs.djangoproject.com/en/4.1/ Start from the basics El dom, 5 mar 2023 a las 10:58, Abdullah Niaz () escribió: > Hello, My Name is Abdullah. I am pursuing my computer science degree & I > am in the second semester. I learned Python At

Re: Path Not Found Error

2023-03-05 Thread Sunil Gyawali
Give correct path in admin On Sun, Mar 5, 2023, 9:29 PM Rachit Singh wrote: > Hi All, > > I am learning Django for the first time and getting error "Path Not > Found" everytime I am running the command "python manage.py runserver". I > have gone through many videos & articles and have trie

Getting an error while try to build my first application in Django

2023-03-05 Thread Gudibandi Poojitha
E:\Project-1\world> python manage.py runserver Watching for file changes with StatReloader Performing system checks... Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Users\gudib\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _boots

Re: "Django road map and resources"

2023-03-05 Thread Starnford Chirwa
Like this On Fri, 3 Mar 2023, 17:08 Prosper Lekia, wrote: > Hi Yaqiinso. Just start small. All you need is a good understanding of > your project logic, and what you want to achieve. You can also try > collaborating on a existing project. You can always reach out to me. I > started Django with t

Path Not Found Error

2023-03-05 Thread Rachit Singh
Hi All, I am learning Django for the first time and getting error "Path Not Found" everytime I am running the command "python manage.py runserver". I have gone through many videos & articles and have tried many things but it is still not working. Can anyone help me on the same. I would li

Login and Logout using Django JWT Token

2023-03-05 Thread Themporst Aiden
Am working on a personal project, my plan is to build Mobile App in the future for it. I have already developed the backend api endpoints using Django Rest Framework and JWT. But the challenge now is that how can i consume the rest api endpoints from my same django project. ? I know how to send

Django Guide

2023-03-05 Thread Abdullah Niaz
Hello, My Name is Abdullah. I am pursuing my computer science degree & I am in the second semester. I learned Python At my school. Now, I want to learn Django. Can Anyone guide me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe