Re: any any help me to solve below error in my django project

2023-08-07 Thread Brian Gitau
change the naming of the urls like for the login from "login" to something like "login_page" because you are causing a clash in the views.py code since you are importing login and your url name is the same rename the logout too hope that helps On Mon, Aug 7, 2023 at 2:40 PM AKHIL KORE

any any help me to solve below error in my django project

2023-08-07 Thread AKHIL KORE
I got the error in my below existings django files. Please solve this error and check all below files code. File "C:\django2pm\myvenv\lib\site-packages\django\urls\resolvers.py", line 725, in url_patterns raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) from e

Re: Error regarding Deployment on Vercel

2023-08-07 Thread krishna soni
how? On Sunday, 6 August, 2023 at 10:09:37 pm UTC+5:30 Mithilesh Rawani wrote: > Yes it's easy > > On Sun, 6 Aug 2023, 4:36 pm krishna soni, wrote: > >> recently I have deployed a project on vercel " >> https://blogstar-web.vercel.app/; >> giving me error 404 not found can any one tell why