jquery and django challenges

2021-10-15 Thread Eugene TUYIZERE
Dear all, on the code below I want to replace the code: "ajax": "nestedData.txt", with the url (a python function created) How can I do it? Please help /* Function for child row details*/ function getChildRow(data) { // `data` is the data object for the row

Re: Chained filters on Country and City Fields

2021-10-15 Thread Ryan Nowakowski
I assume you're using Django smart selects since you seem to be using chained foreign key. Here's the documentation on how to get this to work inside your own templates: https://django-smart-selects.readthedocs.io/en/latest/usage.html#usage-in-templates On October 11, 2021 8:36:21 AM CDT, marya

Error admin

2021-10-15 Thread Eduardo A Castillo
typeerror en /admin/ 'set' object is not reversible [image: Error al ejecutar admin en Django via web.PNG] My code is: (urls.py) from django.contrib import admin from django.urls import path from aplicacion1 import views from django.conf.urls import include urlpatterns = [ path('admin/',