From edd5a3efd901df68243372f46087d96d4fbf7715 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 18 Jul 2020 16:23:54 +0100 Subject: Module documentation docstrings --- reset-django.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'reset-django.py') diff --git a/reset-django.py b/reset-django.py index 578506b..92af453 100644 --- a/reset-django.py +++ b/reset-django.py @@ -2,6 +2,14 @@ import os import shutil from pprint import pprint +"""Cleans all django-created files and compiled python. Used by the +pre-run.sh script which cleans and initialises everything before +running: +python databaseReset.py reset + +Downloaded (June 2020) from: +https://groups.google.com/forum/#!topic/django-users/C8Q7CTpcChc +""" # from https://groups.google.com/forum/#!topic/django-users/C8Q7CTpcChc # Just put it in the folder where manage.py file is and run it. -- cgit v1.2.3