oauth 2.0 integration

2022-08-15 Thread Samapika Nayak
Hello guys, Please help me integrate oauth 2.0 for google login -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To vie

Re: Stuck

2022-03-27 Thread Samapika Nayak
you need to configure the media files in settings.py MEDIA_URL = "/media/" MEDIA_ROOT = BASE_DIR / "media" also need to configure it in project level urls.py if settings.DEBUG: urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) On Mon, Mar 28, 2022 at 10:04 AM 'Delvin Al

Re: tutorial 1 problems from djangoproject website - not working, do not exactly understand

2022-03-24 Thread Samapika Nayak
create a virtual env, install django On Tuesday, March 22, 2022 at 6:43:02 PM UTC+5:30 paul.ka...@gmail.com wrote: > root@videotron:~ # django-admin startproject mysite > root@videotron:~ # python manage.py runserver > python: can't open file 'manage.py': [Errno 2] No such file or directory > ro