# Examples: "http://media.lawrence.com", "http://example.com/media/"
MEDIA_URL = '/media/'
PRIVE_MEDIA_URL = '/prive/'
+
+RECRUTEMENT_URLS = {'DEV': getattr(settings, 'RECRUTEMENT_URL', 'http://127.0.0.1:8000/api/'),
+ 'TEST':'http://test.ressources-humaines.auf.org/api/',
+ 'PROD':'http://ressources-humaines.auf.org/api/',}