Skip to content

Commit

Permalink
Docker and mobile improvements (#121)
Browse files Browse the repository at this point in the history
* Improve mobile

* Fix button amendment (#117)

* Improve mobile (#118)

* Improve mobile
* Fix lists
* Fix form wrapper

* Feature/fix form wrapper (#119)

* Fix form wrapper
* Fix paddings

* Move collectstatic and compress from Dockerfile to container entrypoint

Signed-off-by: Matheus Fernandes <[email protected]>
  • Loading branch information
msfernandes authored Sep 19, 2018
1 parent c5453a5 commit 6d8adac
Show file tree
Hide file tree
Showing 9 changed files with 5,904 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN npm install
WORKDIR /var/labhacker/wikilegis/wikilegis
RUN python3 manage.py activate_plugin camara_deputados && \
python3 manage.py bower_install --allow-root && \
python3 manage.py compress --force && \
python3 manage.py collectstatic --no-input && \
python3 manage.py compilemessages

EXPOSE 8000
Expand Down
31 changes: 31 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]
python-decouple = ">=3.0"
django-debug-toolbar = ">=1.6"
dj-database-url = ">=0.4.2"
django-compressor-toolkit = ">=0.6.0"
django-constance = ">=2.2.0"
django-picklefield = ">=1.0.0"
django-bower = ">=5.2.0"
django-cors-headers = ">=2.0.0"
"python3-openid" = ">=3.0.10"
social-auth-app-django = ">=0.1.0"
django-crispy-forms = ">=1.6.1"
requests = ">=2.12.5"
click = ">=6.7"
django-autofixture = ">=0.12.1"
django-tastypie = ">=0.13.3"
mock = ">=2.0.0"
django-embed-video = ">=1.1.0"
Django = "==1.11.5"
django_compressor = ">=2.1"
Pillow = ">=4.0.0"

[requires]
python_version = "2.7"
Loading

0 comments on commit 6d8adac

Please sign in to comment.