Re: how to set up jenkin's 'GitHub Pull Request Builder Plugin' for django ?

2016-01-09 Thread Abraham Varricatt
This might be the first I'm hearing of the tool. I'm aware of online ones like TravisCI, codeship .. etc. But for my purposes, a self-hosted solution was needed and jenkins is what I found at the time. Are you aware of anyone using buildbot publicly? Does it do github build status commits .. et

Re: how to set up jenkin's 'GitHub Pull Request Builder Plugin' for django ?

2016-01-09 Thread Luis Zárate
2016-01-09 3:49 GMT-06:00 Abraham Varricatt < abraham.varric...@googlemail.com>: > Are you aware of anyone using buildbot publicly? Sure, python is an example. See http://trac.buildbot.net/wiki/SuccessStories It has git support -- "La utopía sirve para caminar" Fernando Birri -- You recei

Re: how to set up jenkin's 'GitHub Pull Request Builder Plugin' for django ?

2016-01-09 Thread Luis Zárate
For extends my last mail Git support http://docs.buildbot.net/current/manual/cfg-changesources.html#gitpoller It has bitbucket intregration http://docs.buildbot.net/current/manual/cfg-changesources.html#bitbucketpullrequestpoller and hooks support http://docs.buildbot.net/current/manual/cfg-s

I'm looking for a Django job(remote)

2016-01-09 Thread pythondjangojob
I'm looking for a Django job(remote) Full time/part time or freelance About me: - 3 years of experience with Python/Django - Django Rest Framework - Django CMS - MySql - experience with Linux - GIT - basics of frontend(html/css/js) - English: communicative, still learning Requirements: - 15$ net

Django 1.9.1/python3.4 install errors

2016-01-09 Thread Nicholas Geovanis
Hi all - Received these messages when installing Django 1.9.1 with python 3.4 on Centos 7. Wondering if they are of concern, since pip stated "Succesfully installed Django" (see below, also apparently succesful import of django in python follows below): Thanks [root@localhost ~]# pip3.4 install

Re: Django 1.9.1/python3.4 install errors

2016-01-09 Thread Simon Charette
Hi Nicholas, These warnings should be safe to ignore. See 1.9 release notes for more details. Simon Le samedi 9 janvier 2016 16:30:14 UTC-5, Nicholas Geovanis a écrit : > > Hi all - > Re

Re: Django 1.9.1/python3.4 install errors

2016-01-09 Thread Ricardo Daniel Quiroga
pip unistall django pip install django 2016-01-09 19:26 GMT-03:00 Simon Charette : > Hi Nicholas, > > These warnings should be safe to ignore. > > See 1.9 release notes > > for more details.