Skip to content

Commit eaed235

Browse files
Richard WackerbarthRichard Wackerbarth
authored andcommitted
Artifacts from startproject
1 parent f20e225 commit eaed235

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tutorial/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
'django.contrib.sites',
116116
'django.contrib.messages',
117117
'django.contrib.staticfiles',
118+
# Uncomment the next line to enable the admin:
119+
# 'django.contrib.admin',
120+
# Uncomment the next line to enable admin documentation:
121+
# 'django.contrib.admindocs',
118122
'rest_framework',
119123
'snippets',
120124
)

0 commit comments

Comments
 (0)