# Main Media SettingsMEDIA_URL = getattr(settings, "FILEBROWSER_MEDIA_URL", settings.MEDIA_URL)
# Main FileBrowser Directory.DIRECTORY = getattr(settings, "FILEBROWSER_DI
但是当我点击testsite.com/project时,它给出了以下错误Using the URLconf defined in test-project.urls, Django tried these URL patterns, in this order:
project/ 'django.contrib.conten
在安装Django之前,我使用conda安装了虚拟环境。激活我的虚拟环境后,安装了django pip install django。当我在控制台上点击python时,导入python后没有出现错误。ModuleNotFoundError: No module named 'django'django.setup()
import random
from fi