Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ipv6-dot-work
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ungleich-public
ipv6-dot-work
Commits
635b929b
Commit
635b929b
authored
Nov 17, 2018
by
Aatish Neupane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove static from git
parent
12871050
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+2
-0
ipv6work/settings.py
ipv6work/settings.py
+2
-3
static/.gitkeep
static/.gitkeep
+0
-0
No files found.
.gitignore
View file @
635b929b
...
...
@@ -89,3 +89,5 @@ venv/
.vscode/
.env
db.sqlite3
static/
media/
ipv6work/settings.py
View file @
635b929b
...
...
@@ -162,11 +162,10 @@ USE_TZ = True
STATIC_URL
=
'/static/'
STATICFILES_DIRS
=
(
os
.
path
.
join
(
BASE_DIR
,
'static/'
),
)
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static
files
/'
)
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static/'
)
MEDIA_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'media
files
/'
)
MEDIA_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'media/'
)
MEDIA_URL
=
'/media/'
CRISPY_TEMPLATE_PACK
=
'bootstrap4'
...
...
static/.gitkeep
deleted
100644 → 0
View file @
12871050
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