break settings.py into classes

This commit is contained in:
geoffrey45
2023-03-26 08:25:00 +03:00
parent 79029ae346
commit 357afeb700
22 changed files with 102 additions and 96 deletions
-2
View File
@@ -1,9 +1,7 @@
import string
from datetime import datetime
import random
def get_random_str(length=5):
"""
Generates a random string of length `length`.