Skip to content

Commit a30e445

Browse files
committed
tweak basecommand page
1 parent b6cfe23 commit a30e445

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/pages/examples/django/django-core-management-base-basecommand.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ images in Django's admin interface. The project also installs a few
2727
Django `manage.py` commands to make it easier to work with the files
2828
and 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 -*-

theme/templates/table-of-contents.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)