This commit is contained in:
root 2023-05-11 19:59:30 +02:00
commit 7d0beefe10
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
videos/
channel_archiver/yt-dlp-archive.txt
channel_archiver/UnusualVideos*

View File

@ -27,7 +27,6 @@ SECRET_KEY = 'django-insecure-l@l^r-ar(0@c+fo)!c^y7_jck3u=qu=^omc2@ow#bm2^of$k@j
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
FORCE_SCRIPT_NAME = '/uum'