chore: Update Navbar component with search form

This commit is contained in:
Sean Morley
2024-07-20 21:39:33 -04:00
parent f44a6a2dfd
commit b3c76b054c
7 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import os
import sys
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