Skip to content
Snippets Groups Projects
Commit e55179b3 authored by Morris, Sophie E (UG - Comp Sci & Elec Eng)'s avatar Morris, Sophie E (UG - Comp Sci & Elec Eng)
Browse files

Merge branch 'test1' into 'test3'

new project

See merge request sm02810/com3014-team3!6
parents d680f585 569e9834
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,12 @@ BASE_DIR = Path(__file__).resolve().parent.parent ...@@ -20,8 +20,12 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret! # SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-bvu!15eh*et-5y)j$b6ggrfhw*tw$q7e-y#1qe#avht3%54k^('
SECRET_KEY = 'django-insecure-_iph_(8_-&i)+f7iv*b@h-70!28k_@%)d4ysu*=7aca=82)4ls' SECRET_KEY = 'django-insecure-_iph_(8_-&i)+f7iv*b@h-70!28k_@%)d4ysu*=7aca=82)4ls'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
......
from django.contrib import admin
# Register your models here.
from django.apps import AppConfig
class ContactConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'contact'
from django.db import models
# Create your models here.
from django.test import TestCase
# Create your tests here.
from django.shortcuts import render
# Create your views here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment