Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Sorry, just forgot to attach the link https://forge.puppetlabs.com/pbailey/django_bootstrap Best, Phillip On 29/12/14 18:09, phil...@bailey.st wrote: > > Hello there, > > if you are familiar with puppet you can take a look to this module. > > Best, > > Phillip &

Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Hello there, if you are familiar with puppet you can take a look to this module. Best, Phillip On 29/12/14 17:26, th.gran...@free.fr wrote: > Merci > Thanks > > just another question > > when you don't use apache but the internal server of Django you start > the command runserver for login

Re: Any actual open project to create a company "social" network using Django?

2014-12-27 Thread phil...@bailey.st
On 26/12/14 16:31, Fellipe Henrique wrote: > Hi, > > There's any actual open project to create a company "social" network > using Django? I search on google, and I don't find any project using > django (or even other python framework) only PHP or Ruby... > > Thanks, > > Cheers! > Another simp

Re: Any actual open project to create a company "social" network using Django?

2014-12-27 Thread phil...@bailey.st
Event though the following tutorial is not up to date with Django 1.7, it is still quite understandable. http://arunrocks.com/building-a-hacker-news-clone-in-django-part-1/ Best, Phillip On 27/12/14 17:10, Scot Hacker wrote: > > > On Friday, December 26, 2014 8:31:16 AM UTC-8, Fellipe Henr

Re: Django 1.7 and Python 2.6

2014-09-27 Thread phil...@bailey.st
Hello there, docker might do the job. Cheers, Phillip On 27/09/14 20:42, Babatunde Akinyanmi wrote: > Hi, > If you can download in your server then you can install python 2.7+ into > your virtenv. > > On 27 Sep 2014 19:54, "François Schiettecatte" > wrote: >

Re: linux or windows

2013-05-31 Thread phil...@bailey.st
forgot to include a vagrant video how-to http://www.youtube.com/watch?v=MiRMvB65U1Y Best, Phillip On 31/05/13 21:53, phil...@bailey.st wrote: > Hi Kakar, > > if you want to use Linux within Window, I strongly advise you to > use Vagrant http://docs-v1.vagrantup.com/v1/docs/get

Re: linux or windows

2013-05-31 Thread phil...@bailey.st
Hi Kakar, if you want to use Linux within Window, I strongly advise you to use Vagrant http://docs-v1.vagrantup.com/v1/docs/getting-started/ Vagrant will bring up and running a Linux virtual server within minutes. Best, Phillip On 31/05/13 12:11, Kakar Arunachal Service wrote: > Hi! > I know

Re: Why Postgres over Mysql?

2013-05-17 Thread phil...@bailey.st
Hi frocco, Mysql was recently aquired by Oracle and the future isn't very bright for the database. So, if you have an application already using MySQL you can easly switch to mariadb https://mariadb.org/ or percona server www.percona.com. If you are starting a new project I strongly advise you to

Re: How to Handle XML and CSV processing in Django

2013-05-14 Thread phil...@bailey.st
On 14/05/13 18:41, Muhammad Ali wrote: > Thanks a lot for these resources. > > All the best, > Muhammad > Hi Muhammad, if you have a csv dataset you can try to import the data into mysql following my short tutorial. http://bailey.st/blog/2012/02/22/bits-of-python-import-a-csv-file-into-a-m

Re: Accessing django development server using internet

2013-05-11 Thread phil...@bailey.st
On 07/05/13 17:38, Kakar wrote: > I have my project in my pc, and on python manage.py runserver, i can view it > on my browser. But how to view from other computer or on the internet and not > locally?... How to make my pc a server to view it from over the internet? Plz > help me guyz! > I Kak

Re: 32-bit integers IP address to 4-octet IP address

2011-01-23 Thread phil...@bailey.st
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I aledr, thanks for your reply, I've added the socket.inet_ntoa to my view.py #view.py from django.http import HttpResponse import socket from snort.models import Iphdr def snort(request): ip = Iphdr.objects.values("ip_src") return so