Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
javing_music
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
John Aidan Vincent M. Ng
javing_music
Commits
754b5de5
Commit
754b5de5
authored
Feb 20, 2023
by
Javi Ng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated README.txt
parent
19501005
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
4 deletions
+10
-4
.DS_Store
.DS_Store
+0
-0
README.txt
README.txt
+3
-3
.DS_Store
javing_music/.DS_Store
+0
-0
javing_music.env
javing_music/javing_music.env
+1
-0
.DS_Store
javing_music/javing_music/.DS_Store
+0
-0
settings.cpython-310.pyc
...g_music/javing_music/__pycache__/settings.cpython-310.pyc
+0
-0
settings.py
javing_music/javing_music/settings.py
+6
-1
No files found.
.DS_Store
0 → 100644
View file @
754b5de5
File added
README.txt
View file @
754b5de5
John Aidan Vincent Ng
214221
CSCI40-C
Lab 0
1: Song Library
February
13
, 2023
Lab 0
2: Song Library v2
February
20
, 2023
I am Javi Ng and this lab was completed by me truthfully.
<sgd> John Aidan Vincent Martinez Ng, 02/13/2023
\ No newline at end of file
<sgd> John Aidan Vincent Martinez Ng, 02/20/2023
\ No newline at end of file
javing_music/.DS_Store
View file @
754b5de5
No preview for this file type
javing_music/javing_music.env
0 → 100644
View file @
754b5de5
SECRET_KEY = "django-insecure--s*^ukg&imwq7bq%$ea4w4!#v&11@5@y*4njh(nr($17(oml8!"
\ No newline at end of file
javing_music/javing_music/.DS_Store
0 → 100644
View file @
754b5de5
File added
javing_music/javing_music/__pycache__/settings.cpython-310.pyc
View file @
754b5de5
No preview for this file type
javing_music/javing_music/settings.py
View file @
754b5de5
...
...
@@ -11,6 +11,11 @@ https://docs.djangoproject.com/en/3.2/ref/settings/
"""
from
pathlib
import
Path
from
dotenv
import
load_dotenv
import
os
# loading env file
load_dotenv
()
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR
=
Path
(
__file__
)
.
resolve
()
.
parent
.
parent
...
...
@@ -20,7 +25,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY
=
'django-insecure--s*^ukg&imwq7bq
%
$ea4w4!#v&11@5@y*4njh(nr($17(oml8!'
SECRET_KEY
=
"django-insecure--s*^ukg&imwq7bq
%
$ea4w4!#v&11@5@y*4njh(nr($17(oml8!"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment