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
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
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
3 matches
Mail list logo