mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 05:55:06 +00:00
Module documentation docstrings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user