diff --git a/src/technologies/d.json b/src/technologies/d.json index 277bf9c8c..7957d3933 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -736,6 +736,9 @@ "html": "(?:powered by ]+>Django ?([\\d.]+)?<\\/a>|]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1", "icon": "Django.png", "implies": "Python", + "cookies": { + "django_language": "" + }, "js": { "__admin_media_prefix__": "", "django": "" @@ -747,9 +750,6 @@ "cats": [ 1 ], - "cookies": { - "django_language": "" - }, "description": "Django CMS is a free and open source content management system platform for publishing content on the World Wide Web and intranets.", "icon": "Django CMS.png", "implies": [ @@ -1361,4 +1361,4 @@ "scriptSrc": "deepMiner\\.js", "website": "https://github.com/deepwn/deepMiner" } -} \ No newline at end of file +}