From 7dffbd34e13139b1358149cae199ac7dd07b2e84 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Tue, 2 May 2017 18:51:21 +0200 Subject: [PATCH] Finished removing the annoying pun --- design/mockup/{gulash_bulma.css => gulasch_bulma.css} | 0 design/mockup/{gulash_bulma.sass => gulasch_bulma.sass} | 0 design/mockup/index.html | 4 ++-- gulaschromstore/settings.py | 6 +++--- gulaschromstore/urls.py | 2 +- gulaschromstore/wsgi.py | 4 ++-- static/css/{gulash_bulma.css => gulasch_bulma.css} | 0 templates/base.html | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) rename design/mockup/{gulash_bulma.css => gulasch_bulma.css} (100%) rename design/mockup/{gulash_bulma.sass => gulasch_bulma.sass} (100%) rename static/css/{gulash_bulma.css => gulasch_bulma.css} (100%) diff --git a/design/mockup/gulash_bulma.css b/design/mockup/gulasch_bulma.css similarity index 100% rename from design/mockup/gulash_bulma.css rename to design/mockup/gulasch_bulma.css diff --git a/design/mockup/gulash_bulma.sass b/design/mockup/gulasch_bulma.sass similarity index 100% rename from design/mockup/gulash_bulma.sass rename to design/mockup/gulasch_bulma.sass diff --git a/design/mockup/index.html b/design/mockup/index.html index 9d62bc2..3983ab4 100644 --- a/design/mockup/index.html +++ b/design/mockup/index.html @@ -3,8 +3,8 @@ - Gulashromstore Mockup - + gulaschromstore Mockup + diff --git a/gulaschromstore/settings.py b/gulaschromstore/settings.py index f8dbca8..c113086 100644 --- a/gulaschromstore/settings.py +++ b/gulaschromstore/settings.py @@ -1,5 +1,5 @@ """ -Django settings for gulashromstore project. +Django settings for gulaschromstore project. Generated by 'django-admin startproject' using Django 1.10.5. @@ -53,7 +53,7 @@ MIDDLEWARE = [ 'django.middleware.clickjacking.XFrameOptionsMiddleware', ] -ROOT_URLCONF = 'gulashromstore.urls' +ROOT_URLCONF = 'gulaschromstore.urls' TEMPLATES = [ { @@ -71,7 +71,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = 'gulashromstore.wsgi.application' +WSGI_APPLICATION = 'gulaschromstore.wsgi.application' # Database diff --git a/gulaschromstore/urls.py b/gulaschromstore/urls.py index 29705fd..5645899 100644 --- a/gulaschromstore/urls.py +++ b/gulaschromstore/urls.py @@ -2,7 +2,7 @@ from django.conf.urls import url, include from django.conf.urls.static import static from django.contrib import admin -from gulashromstore.settings import MEDIA_URL, MEDIA_ROOT +from gulaschromstore.settings import MEDIA_URL, MEDIA_ROOT urlpatterns = [ url(r'^roms/', include('roms.urls')), diff --git a/gulaschromstore/wsgi.py b/gulaschromstore/wsgi.py index 9f9b25a..a955253 100644 --- a/gulaschromstore/wsgi.py +++ b/gulaschromstore/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for gulashromstore project. +WSGI config for gulaschromstore project. It exposes the WSGI callable as a module-level variable named ``application``. @@ -11,6 +11,6 @@ import os from django.core.wsgi import get_wsgi_application -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "gulashromstore.settings") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "gulaschromstore.settings") application = get_wsgi_application() diff --git a/static/css/gulash_bulma.css b/static/css/gulasch_bulma.css similarity index 100% rename from static/css/gulash_bulma.css rename to static/css/gulasch_bulma.css diff --git a/templates/base.html b/templates/base.html index 37a2920..af53617 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,8 @@ - Gulashromstore :: {% block title %}{% endblock %} - + Gulaschromstore :: {% block title %}{% endblock %} +