NC
with open('hello.txt', 'w') as f:
f.write('Hello World')
то где в итоге сохранится файл? В папке проекта его нет
Size: a a a
NC
AG
КС
NC
КС
КС
RS
КС
RS
КС
КС
NC
КС
SystemCheckError: System check identified some issues:
ERRORS:
main.Article.author: (fields.E300) Field defines a relation with model 'allauth.User', which is either not installed, or is abstract.
main.Article.author: (fields.E307) The field main.Article.author was declared with a lazy reference to 'allauth.user', but app 'allauth' doesn't provide model 'user'.
КС
КС
КС
from allauth import User?
RS
КС