8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-12-23 23:43:47 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Alexandre Iooss
b0b1687002 Remove generated locales from git tree
Now compiled locale files (.mo) are generated on the server side.
This cleans up the git tree and make translation contributions much
easier to merge.

Please note that you will need to generate those files after each pull :
`python3 manage.py compilemessages`
2018-10-07 18:14:30 +02:00
Alexandre Iooss
13c5622ea4 Add git in apt_requirements
re2o/management/commands/gen_contrib.py uses git but it isn't in apt requirements.

Fix issue 174.
2018-10-07 18:12:42 +02:00
Alexandre Iooss
3cd0d788c0 Use debian font-awesome
Rather than going online, use fonts-font-awesome debian package. Also
icons were updated to font-awesome 4.7.0 (in debian 9).
2018-10-07 18:12:42 +02:00
Maël Kervella
a926b28bbc Fix #127 and remove duplicate migration 2018-05-28 10:03:15 +00:00
Maël Kervella
a884f36fcb Utilise des fichiers de requirements 2018-05-23 15:31:58 +00:00