Erhan
Erhan
python=3.8 django=3.1.5 djangorestframework=3.12.2 Using docker image and docker-compose file. Docker-compose file at the following. ``` my_api: container_name: 'my_api' build: . command: export DJANGO_SETTINGS_MODULE=core.settings && python manage.py collectstatic --noinput && python...
partitioning field = created_time when it has ben been first created no problem, everything is ok but when trying to change month of created_time, error occurs "app_accounting_payment_y2021m05_create_time_check" allows check restriction.......
I have at the following model. Django==3.1.5, architect==0.5.6 ``` @architect.install('partition', type='range', subtype='date', constraint='month', column='start_date_time') class DriveWorkArchive(models.Model): person = models.ForeignKey("app_person.Person", on_delete=models.PROTECT, verbose_name=_('Person')) register_no = models.PositiveIntegerField(verbose_name=_('Register No')) start_date_time = models.DateTimeField(verbose_name=_('Start Date Time'))...
I am routing through the modem to port 4370. But I can not access the device? My IP number is static?
vue: 3.2.33, @vuelidate/core: 2.0.3, @vuelidate/validators: 2.0.4 I have a component written in Vue.js. This component is a form for recording annual leave rules for a human resources program. The problematic...
Is there a solution for this error? I use architect 0.6.0 for table partitioning. **betik_app_staff_workinghourmodel_y2022m05** table is a partition table. Error: **public.betik_app_staff_workinghourmodel_y2022m05** table depends on **public.betik_app_staff_workinghourmodel** table object **HINT: Use...
#### Description: I encountered an error while using a custom class that extends `generics.DestroyAPIView`. The error message is as follows: ``` /usr/local/lib/python3.8/site-packages/betik_app_person/views/relation_ship_type.py: Error: exception raised while getting serializer. Hint: Is...