Re: Python-django project

2020-07-23 Thread Deepti sharma
msgid/django-users/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAK%2B6XsCzaXtAcCY_pKw%2Bc3n%3DJbB%2Beu3NF6wEbDDTYGwc6_wfiw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Regards Deepti

Re: Python-django project

2020-07-20 Thread Deepti sharma
oogle.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com > . > -- Regards Deepti Sharma Blog: https://deepti96.wordpress.com/ Github: https://github.com/dsdeeptisharma Gitlab: https://gitlab.com/u/dsdeepti "Great works are not performed by strength but by

Re: Project Collaboration Team

2020-06-23 Thread Deepti sharma
s.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAMLTewmAKrnNvJAcgwLO16ZTtMPhOLs3yxBHWT_YHhr%3DOAgamA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMLTewmAKrnNvJAcgwLO16ZTtMPhOLs3yxBHWT_YHhr%3DOAgamA%40mail.gmai

Re: Project Ideas

2020-05-08 Thread Deepti sharma
t; On Fri, 8 May 2020 at 4:37 AM, Deepti sharma > wrote: > >> Hi everyone, >> I have recently finished two courses in which I made a Meeting planner >> project, and second was a portfolio using Django. >> Now I want to start one of my own, I know I will get stuck but

Project Ideas

2020-05-07 Thread Deepti sharma
Hi everyone, I have recently finished two courses in which I made a Meeting planner project, and second was a portfolio using Django. Now I want to start one of my own, I know I will get stuck but that's how I will get better. Do you have any ideas? It would be helpful :) I want to create a simpl

Re: Page 404 error after running Django server

2020-05-04 Thread Deepti sharma
"Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f9c805f3-c264-46c6-ab20-153b3c

Re: Page 404 error after running Django server

2020-05-04 Thread Deepti sharma
googlegroups.com> wrote: > >> There are lots of issues with urls.py >> Please go through the django documents on how to write urls.py >> >> Sent from Yahoo Mail on Android >> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_Andro

Re: Page 404 error after running Django server

2020-05-04 Thread Deepti sharma
py as follow > > urlpatterns = [ > path('admin/', admin.site.urls), > path('', welcome) > ] > > > > Op maandag 4 mei 2020 20:09:51 UTC+2 schreef Deepti sharma: >> >> Hi, I have just started learning django and was trying to make a me

Page 404 error after running Django server

2020-05-04 Thread Deepti sharma
Hi, I have just started learning django and was trying to make a meeting planner project y folllowing a course. I updated the setting.py file to add website into Instaled_Apps. Then have written a function named welcome in views.py Finally I added it's entry into urls.py fie But when I run the se