Posts by DecioLucas • 11 points
2 posts
-
0
votes2
answers3857
viewsA: Django - How to redirect the user to the other pages of the application?
if in your urls file, Voce is using import path instead of url, Voce will need to configure the urls.py file in the directory of your application: Example have in the templates folder the home.html…
-
1
votes2
answers608
viewsA: @font-face c# MVC Bootstrap
To add the additional settings you want you need to access the App_start folder and in the file: "Bundleconfig.Cs". add the CSS or JS files you want.