Re: Managing links on static files from a static file

2019-10-13 Thread Михаил Брунман
Добрый день. Сделал столбец продуктов и групп репортеров и партнеров при запросе. Также сделал, чтобы изначально в пивот выводилась не какая-то ересь. Плюс сразу создаются все фильтры. Также теперь есть одна кнопка получения данных, которая может исчезнуть (если данные получены), а также меняется

Re: Managing links on static files from a static file

2019-10-12 Thread Михаил Брунман
I've found the solution (if anyone ever will be in need). There are 2 situations: 1. Development. For development this problem can be solved using static function. Import it in your app's urls.py: from django.conf.urls.static import static Then use it there after the urlpatterns list: if

Managing links on static files from a static file

2019-09-08 Thread Михаил Брунман
Good daytime. I've spent some time trying to find a solution to my problem, but I still can't. Here is my problem. One of my html templates has a link on a javascript file, looking similar to this: The page is returned, when asking the next url: http://127.0.0.1:8000/app_name/page_name/ The