If you have quite of experience in Java, then go for it and use Spring.
Django is a great framework and I use it myself in a day to day base, but
if you want to get the job done and finish your project with the experince
you already have then Django isn't the right choice.
On Sat, 30 Apr 2022, 8:
In a book bank made in Django, I want to show only the remaining books
instead of all books. This I want to upgrade in the code below
def view_books_student(request):
books = Book.objects.all()
return render(request, "view_books_student.html", {'books':books})
--
You received t
Django and Spring are both powerful and well-known web development
frameworks. The following are some of the advantages and disadvantages of
Django and Spring; the rest is up to you and what you want to use.
Pros of Django
– Django is easier to use.
– Django is a very well-designed Web framewor
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/m
4 matches
Mail list logo