Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Generic Views

Django 1.6, How To Set Field Default Value For Createview

models.py class App(models.Model): name = models.CharField(max_length=10, default='') … Read more Django 1.6, How To Set Field Default Value For Createview

Django Class Based View Pagination

Hi i want to paginating queryset(lectures). and i tried. but it doesn'work how can i do? cl… Read more Django Class Based View Pagination