Django 2.2.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC channel. Report bugs with Django in our ticket0 码力 | 2915 页 | 2.83 MB | 1 年前3
Django 2.1.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC channel. Report bugs with Django in our ticket0 码力 | 2790 页 | 2.71 MB | 1 年前3
Django 2.1.x Documentationdetailed table of contents. • Search for information in the archives of the django-users mailing list, or post a question. • Ask a question in the #django IRC channel. • Report bugs with Django in our tools to help you in the development and testing of Django applications: • Settings: Overview | Full list of settings • Applications: Overview • Exceptions: Overview • django-admin and manage.py: Overview import Article def year_archive(request, year): a_list = Article.objects.filter(pub_date__year=year) context = {'year': year, 'article_list': a_list} return render(request, 'news/year_archive.html', context)0 码力 | 1910 页 | 6.49 MB | 1 年前3
Django 2.0.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC channel, or search the IRC logs to see if0 码力 | 2746 页 | 2.67 MB | 1 年前3
Django 2.0.x Documentationdetailed table of contents. • Search for information in the archives of the django-users mailing list, or post a question. • Ask a question in the #django IRC channel, or search the IRC logs to see if tools to help you in the development and testing of Django applications: • Settings: Overview | Full list of settings • Applications: Overview • Exceptions: Overview • django-admin and manage.py: Overview import Article def year_archive(request, year): a_list = Article.objects.filter(pub_date__year=year) context = {'year': year, 'article_list': a_list} return render(request, 'news/year_archive.html', context)0 码力 | 1880 页 | 6.41 MB | 1 年前3
Django 3.0.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing tools to help you in the development and testing of Django applications: Settings: Overview | Full list of settings Applications: Overview Exceptions: Overview django-admin and manage.py: Overview |0 码力 | 3085 页 | 2.95 MB | 1 年前3
Django 1.11.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC channel, or search the IRC logs to see if0 码力 | 2747 页 | 2.67 MB | 1 年前3
Django 1.11.x Documentationdetailed table of contents. • Search for information in the archives of the django-users mailing list, or post a question. • Ask a question in the #django IRC channel, or search the IRC logs to see if tools to help you in the development and testing of Django applications: • Settings: Overview | Full list of settings • Applications: Overview • Exceptions: Overview • django-admin and manage.py: Overview import Article def year_archive(request, year): a_list = Article.objects.filter(pub_date__year=year) context = {'year': year, 'article_list': a_list} return render(request, 'news/year_archive.html', context)0 码力 | 1878 页 | 6.40 MB | 1 年前3
Django 4.2.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page Writing your first Django app, part images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing tools to help you in the development and testing of Django applications: Settings: Overview | Full list of settings Applications: Overview Exceptions: Overview django-admin and manage.py: Overview |0 码力 | 3305 页 | 3.16 MB | 1 年前3
Django 4.1.x Documentationfirst Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: images showed up fine using the development server, but they’re not displaying when using mod_wsgi. My “list_filter” contains a ManyToManyField, but the filter doesn’t display. Some objects aren’t appearing tools to help you in the development and testing of Django applications: Settings: Overview | Full list of settings Applications: Overview Exceptions: Overview django-admin and manage.py: Overview |0 码力 | 3240 页 | 3.13 MB | 1 年前3
共 93 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













