ArkieCoder

Results 4 issues of ArkieCoder

When using `django-selectable` with Django 4.0, the following error occurs on startup: ``` File "/code/django_selectable/selectable/urls.py", line 1, in from django.conf.urls import url ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.10/site-packages/django/conf/urls/__init__.py)...

Hello, I am overriding `save_model` in a `ModelAdmin` class that is related to another class. In my `save_model` I am detecting if there were errors in the save process, which...

enhancement

Hi, I need to know exactly what table-level access I need to our APEX database in order to be able to download a JSON file from an app. My `config.json`...

Hello - I managed to get APEX diff to work within a Docker container. Here is my `Dockerfile`: FROM node:8-stretch ## add contrib to sources.list for make-*-package RUN perl -p...