From 841dc6ce33be9192fad704097b16dc31cfbd5725 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Tue, 24 Sep 2019 09:26:33 +0200 Subject: [PATCH] docs(django): update --- backend/django.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/django.py b/backend/django.py index 34bf4f6..a30a9b4 100644 --- a/backend/django.py +++ b/backend/django.py @@ -51,12 +51,6 @@ django-admin runserver # start the development webserver at 12 django-admin help # display usage information and a list of the commands provided by each application django-admin version # display the current django version - -# ****************************************************************************** -# Other useful or advanced django-admin commands -# ****************************************************************************** - - django-admin check # Checks the entire django project for potential problems django-admin compilemessages # Compiles .po files to .mo files for use with builtin gettext support django-admin createcachetable # Creates the tables needed to use the SQL cache backend.