For a production environment setup, first read / edit `env/prod.env`, then::
- docker-compose up
+ docker-compose up
Then browse the app at http://localhost:8000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
- version = '1.6.1',
+ version = '1.6.2',
install_requires = [
'django==1.6.11',
'django-registration==1.0',
"""
__docformat__ = 'epytext en'
-__version__ = '1.6'
+__version__ = '1.6.2'
__url__ = 'http://telemeta.org'
__copyright__ = '(C) 2006-2016 Parisson SARL'
__license__ = 'AGPLv3'