Hello. I stuck with making dynamic WTForm. What I want to get: On the page, there will be input fields(table_name), and selector with several types for this field. By clicking...
Я столкнулся со случаем когда не могу импортировать модуль. При запуске manage.py runserver -> register = template.library() TypeError: 'module' object is not callable. Что я ...
Как в Django прописать path, чтобы он обрабатывал URL: http://127.0.0.1:8000/restaurants/with-item/?itemName=cola
path('restaurants/with-item/<str:itemName>/', ...) - ???