Re: Django vs Spring decision

2022-04-30 Thread misraX x
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:

Show only remaining books instead of all books

2022-04-30 Thread Arshad Noman
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

Re: Django vs Spring decision

2022-04-30 Thread Shaheer Khan
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

hello everyone please can someone help me with my problem is very important please Environment: Request Method: GET Request URL: http://127.0.0.1:8000/user/ Django Version: 4.0.4 Python Version: 3

2022-04-30 Thread ray nkamwa
-- 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