create_url_polemics_param now with content and project id to generate full url
## See LICENCE for detail# Copyright (c) 2014 IRI#importuuidimportjsonfromflaskimportFlaskimportconfigimportdatabaseapp=Flask(__name__)app.secret_key=str(uuid.uuid4())app.debug=config.DEBUGapp.config.from_object(config)importwebapp.viewsimportwebapp.api