Adding new application into INSTALLED_APPS list and configure urls.py with custom admin URLs. settings.py. INSTALLED_APPS = [ 'django.contrib.admin', # Other ...
確定! 回上一頁