Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re2o
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Nounous
re2o
Commits
f14d23ba
Commit
f14d23ba
authored
Jul 08, 2016
by
chirac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Variable pour stocker les statiques courants dans static_files
parent
351dd6bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
.gitignore
.gitignore
+1
-0
re2o/settings.py
re2o/settings.py
+2
-0
static_files/.static
static_files/.static
+0
-0
No files found.
.gitignore
View file @
f14d23ba
...
...
@@ -2,3 +2,4 @@ settings_local.py
*.swp
*.pyc
__pycache__
static_files/*
re2o/settings.py
View file @
f14d23ba
...
...
@@ -118,4 +118,6 @@ STATICFILES_DIRS = (
STATIC_URL
=
'/static/'
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static_files'
)
LOGIN_URL
=
'/admin/'
static_files/.static
0 → 100644
View file @
f14d23ba
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