alper-turgal / SWE-573

This repo was created for the SWE 573 Project
0 stars 0 forks source link

Create the second version of the project #24

Open alper-turgal opened 2 years ago

alper-turgal commented 2 years ago

Change settings.py:

import os DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'my_project', 'USER': 'alperturgal', 'PORT': '5432', } }

TIME_ZONE = 'Europe/Istanbul'

STATIC_ROOT = os.path.join(BASE_DIR, 'static')

alper-turgal commented 2 years ago

Create a new database: CREATE DATABASE time_sharing;