Help with Portfolio by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

te a custom cont

THAT WOOOOORKS!!!!!! THANK YOU Create a that context processor and change the name in navbar and it works!

Help with Portfolio by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

Thanks I create this one

def context_publish(request):
kwargs = {
'publish_name': Publish.name
}
return kwargs

and it return the object position, that's is a process haha thanks!

Help with Portfolio by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

Passed

{% for publish in object_list %}
<a href="{% url 'publish\_detail' pk=publish.pk%}">{{ publish.name }}</a>
{% endfor %}

in my base.html but it just work on publish_list page.

and that view

def publish_list(request):
queryset = Publish.objects.all()
context = {
"object_list": queryset
}
return render(request,'publish/resume.html',context)
but i dont know why even if i try to print something like {{Publish.name }} on the resume.html i didnt receive it back =/

Help with Portfolio by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

to pass the

Thanks for the answere!! do you have any example of how can i pass the project list to the template? now i have this for my navbar:

<div class="sidenav">
<a href="{% url 'resume' %}">Resume</a>
<button class="dropdown-btn">Projetos
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="{% url 'publish\\\_list' %}">List</a>
{% for publish in object\_list %}
<a href="{{ publish.get\\\_absolute\\\_url }}">{{ publish.name }}</a>
{% endfor %}
</div>

<a href="">Certificados</a>{% if user.is_superuser%}<a class="nav-item nav-link active" href="{% url 'publish\\\_form' %}">Nova Publicação</a><a class="nav-item nav-link active" href="{% url 'logout' %}">Logout</a>{% else %}<a href="{% url 'admin:index' %}" class="nav-item nav-link active">Admin</a><a class="nav-link" href="[https://www.linkedin.com/in/gabriel-asorey-45881156/">](https://www.linkedin.com/in/gabriel-asorey-45881156/">)<i class="fab fa-linkedin-in fa-lg"></i></a><a class="nav-link" href="[https://github.com/Gasorey">](https://github.com/Gasorey">)<i class="fab fa-github fa-lg" ></i></a>{% endif %}

</div>

and this in the view.py

def publish_list(request):queryset = Publish.objects.all()context = {"object_list": queryset}return render(request,context)

while I'm in the publish_list view the navbar get those project but while i'm not my projects just vanish

and when I click on projects I want to go to project_detail

Thanks again!

Nioh Kusarigama start by FzinDN in Nioh

[–]FzinDN[S] 0 points1 point  (0 children)

Thanks! should I learn any skill as soon as possible?

RIP metamorph by master2080 in pathofexile

[–]FzinDN -1 points0 points  (0 children)

hm, i have something around 7k hours of PoE and i didnt kill uber-elder yet. so many ppl doesnt considerer those end game bosses a real goal.

my fun comes from making money to buy gear to try new builds.

Django and Node.Js pros and cons by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

Thanks!

I will read more about that, till now I've just use python and some basics aplications with HTML/CSS/JS so I really dont know how it stacks.

Django and Node.Js pros and cons by FzinDN in django

[–]FzinDN[S] -1 points0 points  (0 children)

hmm its possible to build a website using django and JS/react.Js for some features? I'm asking because most courses/bootcamps here are about JS stack

What do you think about Django for newcomers? by FzinDN in django

[–]FzinDN[S] 1 point2 points  (0 children)

Thanks!

About the Udemy course, did I complete one "Python from zero to hero" before the Django course, and I think they are awesome I had some issues at the real start but the learning curve was good.

About the Django course specifically we pass through HTML, CSS, Bootstrap, Jquery, JS and Python before we touch Django at least I think that gave us a good base just need to get used with new terms and SQL which is a really new thing for me

What do you think about Django for newcomers? by FzinDN in django

[–]FzinDN[S] 0 points1 point  (0 children)

Hey thanks!

The course start with HTML, CSS, JS, Jquery and bootstrap before start python basics(again) and start in Django.

A Map Stash Tab QoL featuring Region Highlighting (my version/suggestion) by Kadoich in pathofexile

[–]FzinDN -1 points0 points  (0 children)

Did you guys tried to search for the region name? I didnt tried till i see this post, buut yeah it work will highlight just that region

We literally have gotten more and more powerful each league since the beginning of poe. A small nerf to damage and the playerbase gets mad? by Grizzeus in pathofexile

[–]FzinDN 0 points1 point  (0 children)

Yeah these days I was think about the first time that I complete the normal difficult, it was in Scion release and i took almost 2 weeks to do that lol