Karlmichael

Results 5 issues of Karlmichael

pip log ` Building wheels for collected packages: bjoern Building wheel for bjoern (setup.py): started Building wheel for bjoern (setup.py): finished with status 'error' ERROR: Command errored out with exit...

Output logs with `docker-compose up` ``` connect | ===> User connect | uid=1000(appuser) gid=1000(appuser) groups=1000(appuser) connect | ===> Configuring ... connect | ===> Running preflight checks ... connect | ===>...

Embedded Model fields attributes do not work ```python class Blog(models.Model): name = models.CharField(max_length=100, db_index=True) tagline = models.TextField() image = models.ImageField(upload_to='upload/path') created = models.DateTimeField(auto_now_add=True) class Meta: abstract = True class Entry(models.Model):...

- Added access logs - Added the ability to log both access and error logs to file - updated readme

- Update the docs with the proper installation command. - updated install-deps docs on how to fix an issue with importing `cv2`

documentation