Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
repanier
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
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
repanier
Commits
4f9bbf13
Commit
4f9bbf13
authored
May 03, 2017
by
Patrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RC
parent
738f0b9f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
mysite/common_settings.py
mysite/common_settings.py
+3
-3
requirements/requirement.txt
requirements/requirement.txt
+4
-4
No files found.
mysite/common_settings.py
View file @
4f9bbf13
...
...
@@ -97,9 +97,9 @@ if DJANGO_SETTINGS_DEBUG:
# Activate ManifestStaticFilesStorage also when in debug mode
STATICFILES_STORAGE
=
'repanier.big_blind_static.BigBlindManifestStaticFilesStorage'
else
:
# Be carefull
to install the patch vvvv before using ManifestStaticFilesStorage with django CMS 3.4.2
#
https://github.com/divio/django-cms/pull/5860
STATICFILES_STORAGE
=
'
django.contrib.staticfiles.storage.
ManifestStaticFilesStorage'
# Be carefull
from CMS 4.3.2 you must patch ManifestStaticFilesStorage with django
#
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
STATICFILES_STORAGE
=
'
repanier.big_blind_static.BigBlind
ManifestStaticFilesStorage'
# STATICFILES_DIRS = (
# os.path.join(PROJECT_PATH, "repanier", "static"),
# )
...
...
requirements/requirement.txt
View file @
4f9bbf13
Django==1.10.7
Django-Select2==5.10.0
Pillow==4.1.
0
Pillow==4.1.
1
Unidecode==0.04.20
argparse==1.4.0
cmsplugin-filer==1.1.3
...
...
@@ -8,7 +8,7 @@ diff-match-patch==20121119
django-angular==0.8.4
django-appconf==1.0.2
django-classy-tags==0.8.0
django-cms==3.4.
2
django-cms==3.4.
3
# https://github.com/divio/django-cms/archive/release/3.4.x.zip
django-compressor==2.1
django-easy-select2==1.3.4
...
...
@@ -24,9 +24,9 @@ django-sekizai==0.10.0
django-treebeard==4.1.0
djangocms-admin-style==1.2.7
djangocms-attributes-field==0.2.0
djangocms-cascade==0.12.
3
djangocms-cascade==0.12.
4
# https://github.com/jrief/djangocms-cascade/archive/releases/0.12.x.zip
djangocms-text-ckeditor==3.
4
.0
djangocms-text-ckeditor==3.
5
.0
djangorestframework==3.6.2
easy-thumbnails==2.4.1
openpyxl==1.8.6
...
...
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