Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Pellerin
Mezzo
Commits
3f16267a
Commit
3f16267a
authored
May 29, 2018
by
Guillaume Pellerin
Browse files
Cleanup staging, fix import for django 1.11
parent
90fa55b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/bin/app.sh
View file @
3f16267a
...
...
@@ -19,16 +19,9 @@ gid='www-data'
# patterns='*.js;*.css;*.jpg;*.jpeg;*.gif;*.png;*.svg;*.ttf;*.eot;*.woff;*.woff2'
# Staging
# pip install pandas xlwt
# pip install -U https://forge.ircam.fr/p/django-eve/source/download/dev/
# pip install https://forge.ircam.fr/p/django-prestashop/source/download/master/ --src /srv/lib
# pip install -U https://github.com/stephenmcd/grappelli-safe/archive/dynamic_stacked.zip
# pip install django-querysetsequence==0.6.1 django==1.9.11
# pip install django-autocomplete-light django-querysetsequence
# /usr/bin/yes | pip uninstall django-orderable
# pip install bleach==1.5.0 django==1.9.11
chown
-R
$uid
:
$gid
$media
# cd /srv/lib/mezzanine-organization
# pip install -U -r requirements.txt
# cd /srv/app
# waiting for other services
sh
$app
/bin/wait.sh
...
...
app/urls.py
View file @
3f16267a
...
...
@@ -25,7 +25,7 @@ from future.builtins import str
import
django.views.i18n
from
django.views.i18n
import
javascript_catalog
from
django.conf.urls
import
patterns
,
include
,
url
from
django.conf.urls
import
include
,
url
from
django.conf.urls.i18n
import
i18n_patterns
from
django.contrib
import
admin
from
django.contrib.sitemaps.views
import
sitemap
...
...
Write
Preview
Supports
Markdown
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