]> git.parisson.com Git - teleforma.git/commitdiff
fix deps and sandbox media urls
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 4 Nov 2014 17:19:50 +0000 (18:19 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 4 Nov 2014 17:19:50 +0000 (18:19 +0100)
example/settings.py
setup.py

index 599ddceec24a6cfe08709f54dedd2cb4283bab1b..4bf70dd8aa6944d4950a0f58b97a545af520956e 100644 (file)
@@ -64,7 +64,7 @@ if not os.path.exists(MEDIA_ROOT):
 # 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
index 0fefcc20a778e487fcc3a2648bb272977a7ba481..86a22f51db13eee04d3d886e61275bddba379548 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
   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',
@@ -22,6 +22,8 @@ setup(
         'django-notes',
         'django-timezones',
         'django-jqchat',
+        'django-googletools',
+        'crocodoc',
   ],
   platforms=['OS Independent'],
   license='CeCILL v2',