diff options
-rw-r--r-- | Makefile.example | 2 | ||||
-rwxr-xr-x | manage.py | 2 | ||||
-rw-r--r-- | pergamon/__init__.py (renamed from ishtar_public/__init__.py) | 0 | ||||
-rw-r--r-- | pergamon/locale/fr/LC_MESSAGES/django.po (renamed from ishtar_public/locale/fr/LC_MESSAGES/django.po) | 0 | ||||
-rw-r--r-- | pergamon/settings/__init__.py (renamed from ishtar_public/settings/__init__.py) | 0 | ||||
-rw-r--r-- | pergamon/settings/base.py (renamed from ishtar_public/settings/base.py) | 10 | ||||
-rw-r--r-- | pergamon/settings/dev.py (renamed from ishtar_public/settings/dev.py) | 0 | ||||
-rw-r--r-- | pergamon/settings/local.py.sample (renamed from ishtar_public/settings/local.py.sample) | 0 | ||||
-rw-r--r-- | pergamon/settings/production.py (renamed from ishtar_public/settings/production.py) | 0 | ||||
-rw-r--r-- | pergamon/static/css/pergamon.css (renamed from ishtar_public/static/css/ishtar_public.css) | 0 | ||||
-rw-r--r-- | pergamon/static/js/bootstrap.js (renamed from ishtar_public/static/js/bootstrap.js) | 0 | ||||
-rw-r--r-- | pergamon/static/js/jquery-license.txt (renamed from ishtar_public/static/js/jquery-license.txt) | 0 | ||||
-rw-r--r-- | pergamon/static/js/jquery.min.js (renamed from ishtar_public/static/js/jquery.min.js) | 0 | ||||
-rw-r--r-- | pergamon/static/js/ofi-license.txt (renamed from ishtar_public/static/js/ofi-license.txt) | 0 | ||||
-rw-r--r-- | pergamon/static/js/ofi.min.js (renamed from ishtar_public/static/js/ofi.min.js) | 0 | ||||
-rw-r--r-- | pergamon/static/js/pergamon.js (renamed from ishtar_public/static/js/ishtar_public.js) | 0 | ||||
-rw-r--r-- | pergamon/templates/404.html (renamed from ishtar_public/templates/404.html) | 0 | ||||
-rw-r--r-- | pergamon/templates/500.html (renamed from ishtar_public/templates/500.html) | 0 | ||||
-rw-r--r-- | pergamon/templates/base.html (renamed from ishtar_public/templates/base.html) | 4 | ||||
-rw-r--r-- | pergamon/urls.py (renamed from ishtar_public/urls.py) | 0 | ||||
-rw-r--r-- | pergamon/wsgi.py (renamed from ishtar_public/wsgi.py) | 4 |
21 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.example b/Makefile.example index e3af7ac..a8930ba 100644 --- a/Makefile.example +++ b/Makefile.example @@ -1,7 +1,7 @@ SHELL := /bin/bash PYTHON=python3 -APPS="home" "showcase" "ishtar_public" +APPS="home" "showcase" "pergamon" help: ## display this help @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST) @@ -3,7 +3,7 @@ import os import sys if __name__ == "__main__": - os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ishtar_public.settings.dev") + os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pergamon.settings.dev") from django.core.management import execute_from_command_line diff --git a/ishtar_public/__init__.py b/pergamon/__init__.py index e69de29..e69de29 100644 --- a/ishtar_public/__init__.py +++ b/pergamon/__init__.py diff --git a/ishtar_public/locale/fr/LC_MESSAGES/django.po b/pergamon/locale/fr/LC_MESSAGES/django.po index 3f530e8..3f530e8 100644 --- a/ishtar_public/locale/fr/LC_MESSAGES/django.po +++ b/pergamon/locale/fr/LC_MESSAGES/django.po diff --git a/ishtar_public/settings/__init__.py b/pergamon/settings/__init__.py index e69de29..e69de29 100644 --- a/ishtar_public/settings/__init__.py +++ b/pergamon/settings/__init__.py diff --git a/ishtar_public/settings/base.py b/pergamon/settings/base.py index dff1911..6af0b03 100644 --- a/ishtar_public/settings/base.py +++ b/pergamon/settings/base.py @@ -1,5 +1,5 @@ """ -Django settings for ishtar_public project. +Django settings for ishtar-pergamon project. Generated by 'django-admin startproject' using Django 2.2.3. @@ -65,7 +65,7 @@ MIDDLEWARE = [ 'wagtail.contrib.redirects.middleware.RedirectMiddleware', ] -ROOT_URLCONF = 'ishtar_public.urls' +ROOT_URLCONF = 'pergamon.urls' TEMPLATES = [ { @@ -85,7 +85,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = 'ishtar_public.wsgi.application' +WSGI_APPLICATION = 'pergamon.wsgi.application' # Database @@ -166,9 +166,9 @@ CACHES = { # Wagtail settings -WAGTAIL_SITE_NAME = "ishtar_public" +WAGTAIL_SITE_NAME = "pergamon" -# extra slug when multiple ishtar site are running on the same host +# extra slug when multiple pergamon site are running on the same host WAGTAIL_EXTRA_SLUG = "" # Base URL to use when referring to full URLs within the Wagtail admin backend - diff --git a/ishtar_public/settings/dev.py b/pergamon/settings/dev.py index 48a4862..48a4862 100644 --- a/ishtar_public/settings/dev.py +++ b/pergamon/settings/dev.py diff --git a/ishtar_public/settings/local.py.sample b/pergamon/settings/local.py.sample index 512145b..512145b 100644 --- a/ishtar_public/settings/local.py.sample +++ b/pergamon/settings/local.py.sample diff --git a/ishtar_public/settings/production.py b/pergamon/settings/production.py index 596ca5c..596ca5c 100644 --- a/ishtar_public/settings/production.py +++ b/pergamon/settings/production.py diff --git a/ishtar_public/static/css/ishtar_public.css b/pergamon/static/css/pergamon.css index d2812c2..d2812c2 100644 --- a/ishtar_public/static/css/ishtar_public.css +++ b/pergamon/static/css/pergamon.css diff --git a/ishtar_public/static/js/bootstrap.js b/pergamon/static/js/bootstrap.js index 82f3d7d..82f3d7d 100644 --- a/ishtar_public/static/js/bootstrap.js +++ b/pergamon/static/js/bootstrap.js diff --git a/ishtar_public/static/js/jquery-license.txt b/pergamon/static/js/jquery-license.txt index e3dbacb..e3dbacb 100644 --- a/ishtar_public/static/js/jquery-license.txt +++ b/pergamon/static/js/jquery-license.txt diff --git a/ishtar_public/static/js/jquery.min.js b/pergamon/static/js/jquery.min.js index 0f60b7b..0f60b7b 100644 --- a/ishtar_public/static/js/jquery.min.js +++ b/pergamon/static/js/jquery.min.js diff --git a/ishtar_public/static/js/ofi-license.txt b/pergamon/static/js/ofi-license.txt index 4d70ec3..4d70ec3 100644 --- a/ishtar_public/static/js/ofi-license.txt +++ b/pergamon/static/js/ofi-license.txt diff --git a/ishtar_public/static/js/ofi.min.js b/pergamon/static/js/ofi.min.js index 83d42a8..83d42a8 100644 --- a/ishtar_public/static/js/ofi.min.js +++ b/pergamon/static/js/ofi.min.js diff --git a/ishtar_public/static/js/ishtar_public.js b/pergamon/static/js/pergamon.js index b7d248d..b7d248d 100644 --- a/ishtar_public/static/js/ishtar_public.js +++ b/pergamon/static/js/pergamon.js diff --git a/ishtar_public/templates/404.html b/pergamon/templates/404.html index 3a5500e..3a5500e 100644 --- a/ishtar_public/templates/404.html +++ b/pergamon/templates/404.html diff --git a/ishtar_public/templates/500.html b/pergamon/templates/500.html index 72b6406..72b6406 100644 --- a/ishtar_public/templates/500.html +++ b/pergamon/templates/500.html diff --git a/ishtar_public/templates/base.html b/pergamon/templates/base.html index af31fa0..08fd9e7 100644 --- a/ishtar_public/templates/base.html +++ b/pergamon/templates/base.html @@ -16,7 +16,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> {# Global stylesheets #} - <link rel="stylesheet" type="text/css" href="{% static 'css/ishtar_public.css' %}"> + <link rel="stylesheet" type="text/css" href="{% static 'css/pergamon.css' %}"> {% block extra_css %} {# Override this in templates to add extra stylesheets #} @@ -79,7 +79,7 @@ <script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script> <script type="text/javascript" src="{% static 'js/ofi.min.js' %}"></script> <script type="text/javascript" src="{% static 'js/bootstrap.js' %}"></script> - <script type="text/javascript" src="{% static 'js/ishtar_public.js' %}"></script> + <script type="text/javascript" src="{% static 'js/pergamon.js' %}"></script> {% block extra_js %} {# Override this in templates to add extra javascript #} diff --git a/ishtar_public/urls.py b/pergamon/urls.py index c013e50..c013e50 100644 --- a/ishtar_public/urls.py +++ b/pergamon/urls.py diff --git a/ishtar_public/wsgi.py b/pergamon/wsgi.py index 8b67569..b4caa50 100644 --- a/ishtar_public/wsgi.py +++ b/pergamon/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for ishtar_public project. +WSGI config for ishtar pergamon 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", "ishtar_public.settings.dev") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pergamon.settings.dev") application = get_wsgi_application() |