diff options
author | Kyle K <kylek389@gmail.com> | 2017-03-27 03:14:49 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2017-03-27 03:14:49 -0500 |
commit | 6c4a69c8fc0635140ed2cf589cb87397cd9e8e87 (patch) | |
tree | b22c1abd08159b8f8e5b89e88c6eca1615214f6d /django_clscrap | |
parent | b407981d418943f737a9eb76d3566dc6f913ad37 (diff) | |
download | CLscrap-6c4a69c8fc0635140ed2cf589cb87397cd9e8e87.tar.gz CLscrap-6c4a69c8fc0635140ed2cf589cb87397cd9e8e87.tar.bz2 CLscrap-6c4a69c8fc0635140ed2cf589cb87397cd9e8e87.zip |
use templating to render HTML page on /app
Diffstat (limited to 'django_clscrap')
-rw-r--r-- | django_clscrap/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django_clscrap/settings.py b/django_clscrap/settings.py index 39a1021..5c8092f 100644 --- a/django_clscrap/settings.py +++ b/django_clscrap/settings.py @@ -37,7 +37,6 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', - 'rest_framework', 'myapp.apps.MyappConfig', ] |