Commit f1c04cbf authored by Andrea Bignamini's avatar Andrea Bignamini
Browse files

Rename Euclid project from orm_example to euclid_example

The Django Project with the example about Euclid has been
renamed from orm_example (the name of the repo) to euclid_example.
Other ORM examples can be added in this same repo without name conflict.
parent 962eeacf
Loading
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

(480 KiB)

File moved.

+0 −0

File moved.

+3 −3
Original line number Diff line number Diff line
"""
Django settings for orm_example project.
Django settings for euclid_example project.

Generated by 'django-admin startproject' using Django 2.1.1.

@@ -59,7 +59,7 @@ MIDDLEWARE = [
    'django.middleware.clickjacking.XFrameOptionsMiddleware',
]

ROOT_URLCONF = 'orm_example.urls'
ROOT_URLCONF = 'euclid_example.urls'

TEMPLATES = [
    {
@@ -77,7 +77,7 @@ TEMPLATES = [
    },
]

WSGI_APPLICATION = 'orm_example.wsgi.application'
WSGI_APPLICATION = 'euclid_example.wsgi.application'


# Database
Loading