Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread VeeraNagaRaja Sankar
> only install postgresql and change db settings >>>> >>>> On Tuesday, March 19, 2019 at 2:42:02 PM UTC+2, Jani Tiainen wrote: >>>>> >>>>> Install Postgre, setup django, change db settings to match your >>>>> Postgre db and user cre

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread Nasim TKP
h(IT) >> M: 9985864383 >> intis...@gmail.com >> >> >> On Tue, Mar 19, 2019 at 6:28 PM omar ahmed wrote: >> >>> ok what about old projects >>> only install postgresql and change db settings >>> >>> On Tuesday, March 19, 2019

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-20 Thread omar ahmed
y install postgresql and change db settings >> >> On Tuesday, March 19, 2019 at 2:42:02 PM UTC+2, Jani Tiainen wrote: >>> >>> Install Postgre, setup django, change db settings to match your Postgre >>> db and user credentials. Start migrations. >>> &g

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread VeeraNagaRaja Sankar
d wrote: > ok what about old projects > only install postgresql and change db settings > > On Tuesday, March 19, 2019 at 2:42:02 PM UTC+2, Jani Tiainen wrote: >> >> Install Postgre, setup django, change db settings to match your Postgre >> db and user cred

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread omar ahmed
Mar 19, 2019 at 2:35 PM omar ahmed > wrote: > >> hello .. >> how can i Use PostgreSQL with your Django on Ubuntu >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubsc

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread Jani Tiainen
Install Postgre, setup django, change db settings to match your Postgre db and user credentials. Start migrations. On Tue, Mar 19, 2019 at 2:35 PM omar ahmed wrote: > hello .. > how can i Use PostgreSQL with your Django on Ubuntu > > -- > You received this message because you

How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread omar ahmed
hello .. how can i Use PostgreSQL with your Django on Ubuntu -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

Re: Unable to install django on ubuntu 12.04

2015-01-08 Thread sum abiut
Its permission issue. you need to login as root and then try install again. enjoy, Sum On Fri, Jan 9, 2015 at 8:21 AM, Alex Mandel wrote: > On 01/08/2015 12:06 PM, nitin katyal wrote: > > As per the Django installation guide, I have installed pip using "sudo > > apt-get install python-pip". Pi

Re: Unable to install django on ubuntu 12.04

2015-01-08 Thread Alex Mandel
On 01/08/2015 12:06 PM, nitin katyal wrote: > As per the Django installation guide, I have installed pip using "sudo > apt-get install python-pip". Pip got installed and upgraded successfully, > but when I was installing Django using "pip install django==1.7", the > following error appeared: >

Unable to install django on ubuntu 12.04

2015-01-08 Thread nitin katyal
As per the Django installation guide, I have installed pip using "sudo apt-get install python-pip". Pip got installed and upgraded successfully, but when I was installing Django using "pip install django==1.7", the following error appeared: "error: could not create '/usr/local/lib/python2.7/di

Re: django on ubuntu

2014-11-24 Thread Collin Anderson
Also, in case you haven't seen it, the official django tutorial is amazing. https://docs.djangoproject.com/en/dev/intro/ On Saturday, November 22, 2014 10:42:13 AM UTC-5, Mosharof sabu wrote: > > hi > i a going to start django on ubuntu . can any one please give me >

Re: django on ubuntu

2014-11-22 Thread Tim Chase
On 2014-11-22 18:01, John wrote: > read up on virtualenv and do everything in a virtual python > environment. I can't second John's advice strongly enough. I started programming in Python over a decade ago and just finally broke down and investigated virtualenv/virtualenvwrapper ~2yrs ago and it

Re: django on ubuntu

2014-11-22 Thread Abhishek Batra
ember 22, 2014 9:12:13 PM UTC+5:30, Mosharof sabu wrote: > > hi > i a going to start django on ubuntu . can any one please give me > some link of good tutorial of django on ubuntu (from installation to > advance ). > > -- You received this message because

Re: django on ubuntu

2014-11-22 Thread John
hi > i a going to start django on ubuntu . can any one please give me > some link of good tutorial of django on ubuntu (from installation to > advance ). > > -- > You received this message because you are subscribed to the Google > Groups "Django users"

django on ubuntu

2014-11-22 Thread Mosharof sabu
hi i a going to start django on ubuntu . can any one please give me some link of good tutorial of django on ubuntu (from installation to advance ). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: what should be memory size memcached for Django on Ubuntu Os?

2011-08-27 Thread Simon Connah
On 27 Aug 2011, at 12:26, vikas ruhil wrote: > A brief Description of system On i need help for memcached size:- > 1)Cpu :- i7 intel , 16 Gb Ram , Internal SATA Hard-disk :640 Gb , External > Hardisk :-10 Tb, Os :- Ubuntu-32bit > 2)Cpu- i2 intel core2duo , 4Gb Ram, Internal SATA Hard-disk: 320

what should be memory size memcached for Django on Ubuntu Os?

2011-08-27 Thread vikas ruhil
A brief Description of system On i need help for memcached size:- 1)Cpu :- i7 intel , 16 Gb Ram , Internal SATA Hard-disk :640 Gb , External Hardisk :-10 Tb, Os :- Ubuntu-32bit 2)Cpu- i2 intel core2duo , 4Gb Ram, Internal SATA Hard-disk: 320 Gb , External Hard-disk :- 2 Tb , Os:-Ubuntu-32bit 3)Cpu

Re: Installing Django on Ubuntu

2011-05-28 Thread Nikhil Somaru
Hi, To add to what Martin said, I use a bash alias to activate my environments, which makes it easier than navigating to that directory every time I wanted to activate a specific environment. There's a great guide for this here: http://www.saltycrane.com/blog/2009/05/notes-

Re: Installing Django on Ubuntu

2011-05-28 Thread Martin Tiršel
Hello, only short reply: 1.) Don't use distro packages for python packages 2.) Instal some libraries you will need (libmysqlclient-dev, python-dev, build-essential, python-setuptools, ...) 3.) Install virtualenv (either using distro package or easy_install/pip if you want/need newer one), cr

Installing Django on Ubuntu

2011-05-27 Thread DogGoesOut
Hey, can anyone help me out? For some reason, django is not as easy as it would appear to install on my ubuntu laptop. Here are the stats: I'm running Ubuntu 10.10 Maverick Meerkat, and have Python 2.6 installed already, So far, I've installed a subversion successfully, and am attempting to create

Re: Installing Django on Ubuntu

2010-11-15 Thread Piotr Zalewa
On 11/15/10 14:41, Flaviu Simihaian wrote: > zalun, > > I thought to get mkvirtualenv you have to install the > virtualenvwrapper shell commands: > > $ pip install virtualenvwrapper > $ export WORKON_HOME=~/VirtualEnvs > $ mkdir -p $WORKON_HOME > $ source /usr/local/bin/virtualenvwrapper.sh > >

Re: Installing Django on Ubuntu

2010-11-15 Thread Flaviu Simihaian
zalun, I thought to get mkvirtualenv you have to install the virtualenvwrapper shell commands: $ pip install virtualenvwrapper $ export WORKON_HOME=~/VirtualEnvs $ mkdir -p $WORKON_HOME $ source /usr/local/bin/virtualenvwrapper.sh and then you can use it: $ mkvirtualenv django --no-site-packages

Re: Installing Django on Ubuntu

2010-11-15 Thread octopusgrabbus
As to installing a new Django, I'd perform an upgrade and avoid cutting and pasting. On Nov 15, 3:54 am, kelp wrote: > Hello, > So I have downloaded Django and put the folder into my /home/username/ > directory, and I ran setup.py. I played with Django a little bit, but > it turns out that I hav

Re: Installing Django on Ubuntu

2010-11-15 Thread Piotr Zalewa
On 11/15/10 08:54, kelp wrote: > Hello, > So I have downloaded Django and put the folder into my /home/username/ > directory, and I ran setup.py. I played with Django a little bit, but > it turns out that I haven't actually been using the newest, stable > version of Django (1.2.3), but I have been

Re: Installing Django on Ubuntu

2010-11-15 Thread smallfish
http://docs.python.org/install/index.html#modifying-python-s-search-path like this url. -- blog: http://chenxiaoyu.org twitter: @nnfish psql: http://psql.info On Mon, Nov 15, 2010 at 5:09 PM, k

Re: Installing Django on Ubuntu

2010-11-15 Thread kelp
How do I do that? Will this just reroute my Django path to the one in my /home/username/ directory? On Nov 15, 12:56 am, smallfish wrote: > add your django path to sys.path variable, add first. > -- > blog:http://chenxiaoyu.org twitter: @nnfish > psql:http://psql.info

Re: Installing Django on Ubuntu

2010-11-15 Thread smallfish
add your django path to sys.path variable, add first. -- blog: http://chenxiaoyu.org twitter: @nnfish psql: http://psql.info On Mon, Nov 15, 2010 at 4:54 PM, kelp wrote: > Hello, > So I have downloaded Django and put the folder into my /home/username/ > directory, a

Installing Django on Ubuntu

2010-11-15 Thread kelp
Hello, So I have downloaded Django and put the folder into my /home/username/ directory, and I ran setup.py. I played with Django a little bit, but it turns out that I haven't actually been using the newest, stable version of Django (1.2.3), but I have been using 1.1. The django I have been using a

Re: can't run django on uBUNTU

2009-03-18 Thread Dodol Garut
On 3/19/09, jayvandal wrote: > > I downloaded Django Django-1.0.2.tar.gz. > I tried to install by clicking on the by opening it and then extract > it. > i run python installand get no error messages. > I get the notice I am in Python > > I try to run Django-admin.py and get an error. > >

can't run django on uBUNTU

2009-03-18 Thread jayvandal
I downloaded Django Django-1.0.2.tar.gz. I tried to install by clicking on the by opening it and then extract it. i run python installand get no error messages. I get the notice I am in Python I try to run Django-admin.py and get an error. It does not seem to recognize Django I run the

How to setup Apache, mod_python and a reverse proxy to Lighttpd for Django on Ubuntu

2008-10-17 Thread Alexis Bellido
d a reverse proxy to Lighttpd for Django on Ubuntu: http://ventanazul.com/webzine/tutorials/setup-apache-lighttpd-django-ubuntu Cheers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To