这是我下面的代码,它不起作用
LANGUAGE_CODE = 'en-us' TIME_ZONE = 'Asia/Pakistan' USE_I18N = True USE_L10N = True USE_TZ = True
它给了我这个错误
A server error occurred. Please contact the administrator.
https://stackoverflow.com/questions/74485114
相似问题