Try-Django icon indicating copy to clipboard operation
Try-Django copied to clipboard

Learn Django bit by bit in this series

Results 10 Try-Django issues
Sort by recently updated
recently updated
newest added
trafficstars

I created readme.md file, to anounce what should you do..

added bootstrap classes

Hello, This is a class attribute it's going to be initialized with the latest queries at compiled/running time and in that case when we update/delete something we need to restart...

There was a typo in last line

In the following `Raw Create Class Based View` and `Raw Delete Class Based View` having issue on page rendering. i.e. Creation and Deleting happening in the DB but it's not...

Hi, your tutorial on **Django** 2.0.7 was very in-depth as you promised. I added comments to your project to help me learn **Django**; understand your project's webpages, functions, modules, classes,...

`def post_detail(request,id): postdetail = get_object_or_404(Posts,id =id) context={ "title":postdetail.title, "instance":postdetail, } return render(request,"webindex.html" ,context) `

I've added some descriptions to the readme and a requirements.txt file for an easier start.

DoesNotExist at /product/ Product matching query does not exist.