Posts by imp • 51 points
9 posts
-
0
votes1
answer748
viewsA: Spring Authenticationmanager that could not be found
I managed to solve the problem as follows: in the Authorizationserverconfig class I added the Qualifier follows the new form it has become @Configuration @Enableauthorizationserver public class…
-
0
votes1
answer748
viewsQ: Spring Authenticationmanager that could not be found
I’m trying to set up the Oauth2 in my study application only it is returning me an error that I am not able to solve required a bean of type…
-
1
votes0
answers386
viewsQ: Menu Generico using Python, Django and tree structure
I am creating a generic menu where a parent can have 1 child and so on (structure of a tree) and I have arisen a doubt of how to render the parents in a menu and when pass the mouse over the parent…
-
-1
votes2
answers236
viewsQ: Relationship with Admin Django
I am a beginner with Python and Django and I am doing a menu Enerico, I would like to know how to list in Django Admin the items related to a menu in Modeladmin Menu class Menu(models.Model): menu =…
-
2
votes1
answer146
viewsQ: Foreign Key Rendering in Django
I am using Createview on Jango and rendering my components with Tweak widget I would like to know if you have any way to exchange this first combo option rendered form in the template {%…
-
0
votes1
answer309
viewsQ: Is there a tag in Django to show part of the text?
I wonder if there is a tag to show part of a description {{ post.description | tag-aqui }}
-
2
votes1
answer222
viewsQ: Deploy to Heroku PYTHON/DJANGO application giving error
I made a change to the default auth of Django and my project is working properly but when I give git push Heroku master and then use the command Heroku run python Manage.py migrate to create my…
-
0
votes1
answer169
viewsQ: 2 types of products in the same view
How could I list 2 types of products on index (Pizzas and Drinks) Defining a order by and dividing into divs different (div of drinks, div of the pizzas), follows what I have: class…
-
0
votes1
answer104
viewsQ: Taking Values from a range of numbers where the tens n repeat
I would like a way to solve a problem that consists in reading 2 user numbers that will be my start and end ex 10 and 50 and within that range do not show the repeated numbers ex 11,22,33,44.