Hisham waleed karam

Results 32 comments of Hisham waleed karam

apps tab should be in home page!, if not please import your local_settings at the end of settings file ``` try: from .local_settings import * #noqa except Exception as e:...

could you post screenshot of error page or logs of apache ?

@francoisfreitag Hi, this Factory is a part of large code base, everything was working fine before upgrading to Django 4.1. I installed Django4.1.1 and run Django unit test as usual,...

@abloch here is the graph: ``` architect==0.6.0 autopep8==1.5.7 - pycodestyle [required: >=2.7.0, installed: 2.7.0] - toml [required: Any, installed: 0.10.2] boto3==1.18.65 - botocore [required: >=1.21.65,=0.7.1,=2.1,=1.5, installed: 1.16.0] - urllib3 [required:...

@junha6316 i fixed that by add `proto-plus="==1.19.6"` as the first package in Pipfile ex: ``` [[source]] url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" [packages] proto-plus="==1.19.6" beautifulsoup4 = "==4.8.2"...

@francoisfreitag _original_params errors disappeared but still getting this UniqueViolation error. I don’t pass any id, I am just using create_batch and SubFactory in several test cases ``` psycopg2.errors.UniqueViolation: duplicate key...

@francoisfreitag actually there is no `get_or_create` lookup in the factory but i will try to check how can i reproduce