Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mymusiclist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Brian Guadalupe
mymusiclist
Commits
082d0814
Commit
082d0814
authored
Oct 22, 2017
by
Gink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed pyc files
parent
7079292c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
8 deletions
+6
-8
.gitignore
.gitignore
+1
-1
__init__.pyc
core/__init__.pyc
+0
-0
mymusiclist.css
files/css/mymusiclist.css
+0
-0
mymusiclist.css
mymusiclist/files/mymusiclist.css
+0
-3
settings.py
mymusiclist/settings.py
+5
-4
settings.pyc
mymusiclist/settings.pyc
+0
-0
No files found.
.gitignore
View file @
082d0814
.DS_Store
*.pyc
core/__init__.pyc
0 → 100644
View file @
082d0814
File added
mymusiclist/
files/css/mymusiclist.css
→
files/css/mymusiclist.css
View file @
082d0814
File moved
mymusiclist/files/mymusiclist.css
deleted
100644 → 0
View file @
7079292c
body
{
color
:
red
;
}
\ No newline at end of file
mymusiclist/settings.py
View file @
082d0814
...
...
@@ -100,13 +100,13 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
STATICFILES_FINDERS
=
(
STATICFILES_FINDERS
=
[
"django.contrib.staticfiles.finders.FileSystemFinder"
,
"django.contrib.staticfiles.finders.AppDirectoriesFinder"
,
)
STATICFILES_DIRS
=
(
]
STATICFILES_DIRS
=
[
os
.
path
.
join
(
BASE_DIR
,
"files"
),
)
]
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics/i18n/
...
...
@@ -126,5 +126,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL
=
'/files/'
STATIC_ROOT
=
'/files/'
LOGIN_REDIRECT_URL
=
'/'
mymusiclist/settings.pyc
View file @
082d0814
No preview for this file type
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