From 1de769e59877a6460ef08bf8695beef98132f592 Mon Sep 17 00:00:00 2001 From: Devansh Soni Date: Fri, 5 Feb 2021 18:14:31 +0530 Subject: [PATCH] Correct misspelled word --- backend/django.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/django.py b/backend/django.py index efcb95b..38b920d 100644 --- a/backend/django.py +++ b/backend/django.py @@ -65,7 +65,7 @@ django-admin check # Checks the entire django project for potential problems django-admin changepassword # Allows changing a user’s password. It prompts you to enter a new password twice for the given user. django-admin clearsessions # Can be run as a cron job or directly to clean out expired sessions. -django-admin collectstatic # Helps to collect all the static files in the one mentioned director +django-admin collectstatic # Helps to collect all the static files in the one mentioned directory django-admin createsuperuser # Creates a superuser account (a user who has all permissions). 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.