berkaykrc

Results 19 comments of berkaykrc

this is still an issue while trying to install experiment which is depends on pygame. We tried to use python 3.7 which didn't helped.

Can I take over this issue?

Thank you again! I wrote the endpoint with tests, But other parts of the app tests are failing. I assume pytest picking right config looking this output while starting tests;...

> Hi, If you're not getting any database connection error the app is using the test in-memory database. I could not reproduce the BaseUser error you're getting on production (tag...

> hi [@berkaykrc](https://github.com/berkaykrc) . I notice some problems with ENV=TEST for development. Using TEST mode enables an in-memory MongoDB database. The issue with that database is that we have 2...

Thanks for the fast patch @AntonioMrtz. I was able to create a new test user in the database. For some reason, both previous users I created were in the database...

```angular2html from django.db import models class Book(models.Model): title = models.CharField(max_length=100) author = models.CharField(max_length=50) price = models.DecimalField(max_digits=5, decimal_places=2) @property def price_in_euros(self): return f"{self.price} EUR" ```

Hi @AntonioMrtz, thanks for welcoming me! Yes, I would like to get some help. I finished the task but cannot commit because .pre-commit giving error. I asked copilot about log...