File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/pages/examples/django Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ images in Django's admin interface. The project also installs a few
2727Django ` manage.py ` commands to make it easier to work with the files
2828and images that you upload.
2929
30- [ ** django-filer/ filer/ management/ commands/ generate_thumbnails.py** ] ( https://github.com/divio/django-filer/blob/develop/filer/management/commands/generate_thumbnails.py )
30+ [ ** django-filer / filer / management / commands / generate_thumbnails.py** ] ( https://github.com/divio/django-filer/blob/develop/filer/management/commands/generate_thumbnails.py )
3131
3232``` python
3333# -*- coding: utf-8 -*-
Original file line number Diff line number Diff line change @@ -231,10 +231,10 @@ <h3 style="margin-top:16px">Django examples</h3>
231231< h4 class ="bp "> < a href ="/django-conf-urls-url-examples.html "> django.conf.urls.url</ a > </ h4 >
232232< h4 class ="bp "> < a href ="/django-contrib-admin-examples.html "> django.contrib.admin</ a > </ h4 >
233233< h4 class ="bp "> < a href ="/django-core-mail-send-mail-examples.html "> django.core.mail.send_mail</ a > </ h4 >
234- < h4 class ="bp "> < a href ="/django-core-mail-messages-emailmessage-examples.html "> django.core.mail.messages. EmailMessage</ a > </ h4 >
235- < h4 class ="bp "> < a href ="/django-db-models-model- examples.html "> django.db.models.Model </ a > </ h4 >
234+ < h4 class ="bp "> < a href ="/django-core-mail-messages-emailmessage-examples.html "> django.core.mail.messages EmailMessage</ a > </ h4 >
235+ < h4 class ="bp "> < a href ="/django-core-management-base-basecommand- examples.html "> django.core.management.base BaseCommand </ a > </ h4 >
236236< h4 class ="bp "> < a href ="/django-db-models-signal-examples.html "> django.db.models.signal</ a > </ h4 >
237- < h4 class ="bp "> < a href ="/django-dispatch-dispatcher-signal-examples.html "> django.dispatch.dispatcher. Signal</ a > </ h4 >
237+ < h4 class ="bp "> < a href ="/django-dispatch-dispatcher-signal-examples.html "> django.dispatch.dispatcher Signal</ a > </ h4 >
238238< h4 class ="bp "> < a href ="/django-forms-examples.html "> django.forms</ a > </ h4 >
239239< h4 class ="bp "> < a href ="/django-urls-path-examples.html "> django.urls.path</ a > </ h4 >
240240< h4 class ="bp "> django.utils</ h4 >
You can’t perform that action at this time.
0 commit comments