Jorge Herrera
Jorge Herrera
I know this is closed, but the solution didn't solve the problem for me. I've checked that my app is in `settings.INSTALLED_APPS` and I've created my CRUD classes in `myapp/crud.py`....
Digging into crudbuilder's source code, I think I found a possible cause. Apparently when using the Application Configuration features (see [this SO post](https://stackoverflow.com/a/34377341/1620879)), crudbuilder can't find the app's path (in...
Totally understand is no priority. I could try to contribute on that side, but I'd definitively appreciate some pointers on the steps I should take, specially where to start.
Is there a workaround to pass `axis` argument to a reduction function like `np.sum()`? I'm currently getting the following error: ``` ... Failed at nopython (nopython frontend) Internal error at...