Skip to content

Commit 21fbf51

Browse files
committed
reorder code examples in side bar
1 parent 048abbc commit 21fbf51

File tree

64 files changed

+195
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+195
-171
lines changed

content/pages/examples/django/django-apps-config-AppConfig.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.apps.config AppConfig Example Code
22
category: page
33
slug: django-apps-config-appconfig-examples
4-
sortorder: 50067
4+
sortorder: 500010020
55
toc: False
66
sidebartitle: django.apps.config AppConfig
77
meta: Python code examples for the AppConfig class that is part of Django's django.apps.config package.

content/pages/examples/django/django-conf-settings-examples.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.conf settings Example Code
22
category: page
33
slug: django-conf-settings-examples
4-
sortorder: 50010
4+
sortorder: 500010050
55
toc: False
66
sidebartitle: django.conf settings
77
meta: Python code examples for Django settings files.

content/pages/examples/django/django-conf-urls-url.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.conf.urls.url Example Code
22
category: page
33
slug: django-conf-urls-url-examples
4-
sortorder: 50001
4+
sortorder: 500010055
55
toc: False
66
sidebartitle: django.conf.urls.url
77
meta: Python code examples for the url function within the django.conf.urls module of the Django project.

content/pages/examples/django/django-contrib-admin-simplelistfilter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.admin.filters SimpleListFilter Example Code
22
category: page
33
slug: django-contrib-admin-filters-simplelistfilter-examples
4-
sortorder: 50055
4+
sortorder: 500010185
55
toc: False
66
sidebartitle: django.contrib.admin.filters SimpleListFilter
77
meta: Python code examples for using the SimpleListFilter class contained within django.contrib.admin.filters.

content/pages/examples/django/django-contrib-admin-site-register.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.admin.sites register Example Code
22
category: page
33
slug: django-contrib-admin-sites-register-examples
4-
sortorder: 50016
4+
sortorder: 500010190
55
toc: False
66
sidebartitle: django.contrib.admin.sites register
77
meta: Python code examples for the admin module within django.contrib of the Django project.

content/pages/examples/django/django-contrib-admin.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.admin Example Code
22
category: page
33
slug: django-contrib-admin-examples
4-
sortorder: 50001
4+
sortorder: 500010155
55
toc: False
66
sidebartitle: django.contrib.admin
77
meta: Python code examples for the admin module within django.contrib of the Django project.

content/pages/examples/django/django-contrib-auth-decorators-login-required.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.auth.decorators login_required Example Python Code
22
category: page
33
slug: django-contrib-auth-decorators-login-required-examples
4-
sortorder: 50025
4+
sortorder: 500012150
55
toc: False
66
sidebartitle: django.contrib.auth.decorators login_required
77
meta: Python code examples for the Django function login_required from the django.contrib.auth.decorators module.

content/pages/examples/django/django-contrib-auth-get-user-model.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.auth get_user_model Example Code
22
category: page
33
slug: django-contrib-auth-get-user-model-examples
4-
sortorder: 50024
4+
sortorder: 500012205
55
toc: False
66
sidebartitle: django.contrib.auth get_user_model
77
meta: Python code examples for the Django function get_user_model from the django.contrib.auth module.

content/pages/examples/django/django-contrib-auth-hashers-make-password.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.contrib.auth.hashers make_password Python Code Examples
22
category: page
33
slug: django-contrib-auth-hashers-make-password-examples
4-
sortorder: 50035
4+
sortorder: 500012210
55
toc: False
66
sidebartitle: django.contrib.auth.hashers make_password
77
meta: Python code examples for the Django function make_password from the django.contrib.auth.hashers module.

content/pages/examples/django/django-core-exceptions-improperlyconfigured.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: django.core.exceptions ImproperlyConfigured Example Code
22
category: page
33
slug: django-core-exceptions-improperlyconfigured
4-
sortorder: 50030
4+
sortorder: 500012505
55
toc: False
66
sidebartitle: django.core.exceptions ImproperlyConfigured
77
meta: Python code examples for the ImproperlyConfigured exception class provided by the Django codebase.

0 commit comments

Comments
 (0)