mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Clean up config folder
Create pfps folder and organise everything better :3
This commit is contained in:
parent
32b96a39ac
commit
2d0fd6ca8a
5 changed files with 34 additions and 40 deletions
|
@ -45,7 +45,10 @@ class Configuration:
|
|||
"""
|
||||
os.makedirs(USER_DIR)
|
||||
os.makedirs(os.path.join(USER_DIR, "instance"))
|
||||
os.makedirs(os.path.join(USER_DIR, "uploads"))
|
||||
os.makedirs(os.path.join(USER_DIR, "media"))
|
||||
os.makedirs(os.path.join(USER_DIR, "media", "uploads"))
|
||||
os.makedirs(os.path.join(USER_DIR, "media", "cache"))
|
||||
os.makedirs(os.path.join(USER_DIR, "media", "pfp"))
|
||||
|
||||
print("Created user directory at:", USER_DIR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue