-
# Django Google Authentication using Django All-Auth
## Description
Guide and sample project to explore social (Google) OAuth 2.0 authentication integration with Django using Django All-Auth.
-
https://github.com/django-oscar/django-oscar views are all marked as "login required" = red, when they should almost all be detected as login required.
-
Создать проект с структурой базы.
- города
- раены
- точки
-
I've used dango-envelope in several projects so far (thanks for all the hard work!). Recently I tested it in combination with [django-floppyforms](https://github.com/gregmuellegger/django-floppyforms)…
-
```
What steps will reproduce the problem?
1. base.html indicates '/static/styles.css' as linked. The archive does not
contain '/static'
2. app.yaml does not show any static_dir:
3. Application w…
-
I am facing an issue with running Django crontab jobs within a Docker container. The crontab jobs work perfectly in my local development environment, but when I dockerize my Django app and attempt t…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am using Django Rest Framework to upload profile picture and easy-thumbnails to resize my images. I test my API and I have this result :
`File "/home/worldorama/profile/views.py", line 84, in pos…
-
Currently, Localshop supports custom storage using the [django-storages](https://pypi.python.org/pypi/django-storages) project. The problem is that the django-storages project is currently dead. There…
-
## Description
If latest PyPI release does not have Django 4.2 support, then
- [ ] Verify if latest master/main branch has support for Django 4.2
- [ ] Create issue in the upstream repo for Django 4…