mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
chore: Update Navbar component with search form
This commit is contained in:
parent
f44a6a2dfd
commit
b3c76b054c
7 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ MIDDLEWARE = (
|
||||||
# For backwards compatibility for Django 1.8
|
# For backwards compatibility for Django 1.8
|
||||||
MIDDLEWARE_CLASSES = MIDDLEWARE
|
MIDDLEWARE_CLASSES = MIDDLEWARE
|
||||||
|
|
||||||
ROOT_URLCONF = 'demo.urls'
|
ROOT_URLCONF = 'main.urls'
|
||||||
|
|
||||||
# WSGI_APPLICATION = 'demo.wsgi.application'
|
# WSGI_APPLICATION = 'demo.wsgi.application'
|
||||||
|
|
|
@ -3,7 +3,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "demo.settings")
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "main.settings")
|
||||||
|
|
||||||
from django.core.management import execute_from_command_line
|
from django.core.management import execute_from_command_line
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue