# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).
# Examples: "http://media.lawrence.com", "http://example.com/media/"
-MEDIA_URL = 'http://wm22.parisson.com:8040/'
+MEDIA_URL = '/media/'
# Absolute path to the directory static files should be collected to.
# Don't put anything in this directory yourself; store your static files
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
- version = '0.9',
+ version = '1.0',
install_requires = [
'django>=1.4',
'telemeta',
'django-notes',
'django-timezones',
'django-jqchat',
+ 'django-googletools',
+ 'crocodoc',
],
platforms=['OS Independent'],
license='CeCILL v2',