Asif

Results 2 comments of Asif

How about using `custom_postfix_url`, which will allow you to add your custom url. You can Check this [Example for custom url](https://github.com/asifpy/django-crudbuilder/blob/master/example/example/crud.py#L49). Feel free to close this when you don't have...

Where did you define your crud config classes? - All your crud config classes should go in module named `crud` (yourapp/crud.py) - App (with crud module) should be registered in...