Re: Installing Django

2009-03-28 Thread Dougal Matthews

Your not giving us anything to go on here. How far do you get? do you
get any errors?

I am assuming you followed the very detailed instructions here;
http://docs.djangoproject.com/en/dev/topics/install/#topics-install

Dougal


---
Dougal Matthews - @d0ugal
http://www.dougalmatthews.com/




2009/3/28 stars :
>
> I'm totally new at Python and Django and I'm having trouble with the
> installation. I'm running windows vista and I have downloaded pyhton
> 2.6. So basically, I went through the install directions a millon
> times, and nothing worked..
>
> I need someone to walk me through it, step by step so I know exactly
> what I'm doing.
>
> thanks!
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2009-03-28 Thread Dr.Hamza Mousa
You need to define " Environment Variables " parameter in windows ,
In User Variable :

PATH : C:\Python26\Lib\site-packages\django\bin ( add the path to your
django binary directory )  .

-

and also in System Variable , make sure you have the Python path as well








On Sat, Mar 28, 2009 at 10:22 PM, Dougal Matthews wrote:

>
> Your not giving us anything to go on here. How far do you get? do you
> get any errors?
>
> I am assuming you followed the very detailed instructions here;
> http://docs.djangoproject.com/en/dev/topics/install/#topics-install
>
> Dougal
>
>
> ---
> Dougal Matthews - @d0ugal
> http://www.dougalmatthews.com/
>
>
>
>
> 2009/3/28 stars :
> >
> > I'm totally new at Python and Django and I'm having trouble with the
> > installation. I'm running windows vista and I have downloaded pyhton
> > 2.6. So basically, I went through the install directions a millon
> > times, and nothing worked..
> >
> > I need someone to walk me through it, step by step so I know exactly
> > what I'm doing.
> >
> > thanks!
> >
> > >
> >
>
> >
>


-- 
Hamza E.e Mousa

www.neoxero.com
www.goomedic.com
www.medpeek.com
www.freewaydesign.com

http://www.twitter.com/hamzamusa
http://twitter.com/goomedic

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2009-03-28 Thread stars

Yes I tried to follow those instructions and I know I didnt di it
right, basically as far as I got would be..I unzipped Django and
attempted the install..which did nothing. I didnt get an errors, I
have no idea how to install it. Thats what I'm not understanding,
thats why I would like someone to walk me through it..step by step, i
never used these programs before, so installing them is complicated
for me.

Step by step would be very helpful and also help me in understanding.

As for defining the environment variables..how do I do that?

On Mar 28, 1:44 pm, "Dr.Hamza Mousa"  wrote:
> You need to define " Environment Variables " parameter in windows ,
> In User Variable :
>
> PATH : C:\Python26\Lib\site-packages\django\bin ( add the path to your
> django binary directory )  .
>
> -
>
> and also in System Variable , make sure you have the Python path as well
>
> On Sat, Mar 28, 2009 at 10:22 PM, Dougal Matthews wrote:
>
>
>
>
>
>
>
> > Your not giving us anything to go on here. How far do you get? do you
> > get any errors?
>
> > I am assuming you followed the very detailed instructions here;
> >http://docs.djangoproject.com/en/dev/topics/install/#topics-install
>
> > Dougal
>
> > ---
> > Dougal Matthews - @d0ugal
> >http://www.dougalmatthews.com/
>
> > 2009/3/28 stars :
>
> > > I'm totally new at Python and Django and I'm having trouble with the
> > > installation. I'm running windows vista and I have downloaded pyhton
> > > 2.6. So basically, I went through the install directions a millon
> > > times, and nothing worked..
>
> > > I need someone to walk me through it, step by step so I know exactly
> > > what I'm doing.
>
> > > thanks!
>
> --
> Hamza E.e Mousa
>
> www.neoxero.comwww.goomedic.comwww.medpeek.comwww.freewaydesign.com
>
> http://www.twitter.com/hamzamusahttp://twitter.com/goomedic- Hide quoted text 
> -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2009-03-28 Thread Y

Why not try Instant Django for Windows and avoid the installation
process altogether?
http://www.instantdjango.com/

Y

On Mar 28, 12:43 pm, stars  wrote:
> I'm totally new at Python and Django and I'm having trouble with the
> installation. I'm running windows vista and I have downloaded pyhton
> 2.6. So basically, I went through the install directions a millon
> times, and nothing worked..
>
> I need someone to walk me through it, step by step so I know exactly
> what I'm doing.
>
> thanks!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2009-03-28 Thread Srik

I hope below link helps.

http://www.djangoapp.com/blog/2008/11/18/installing-django-on-windows/

On Mar 28, 7:43 pm, stars  wrote:
> I'm totally new at Python and Django and I'm having trouble with the
> installation. I'm running windows vista and I have downloaded pyhton
> 2.6. So basically, I went through the install directions a millon
> times, and nothing worked..
>
> I need someone to walk me through it, step by step so I know exactly
> what I'm doing.
>
> thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2009-03-28 Thread Mike Ramirez
On Saturday 28 March 2009 12:43:26 pm stars wrote:
> I'm totally new at Python and Django and I'm having trouble with the
> installation. I'm running windows vista and I have downloaded pyhton
> 2.6. So basically, I went through the install directions a millon
> times, and nothing worked..
>
> I need someone to walk me through it, step by step so I know exactly
> what I'm doing.
>
> thanks!

It would be more helpful if you stated step by step what you did. 

I find when I want to ask for help, this is what I do first. I'll walk myself 
through each step slowly and examine what is required for the current step, 
then if I'm unsure of the requirements go check out what they really mean. 
Search Google, the official documents, etc...  and repeat for each step. 
Usually I'll find the answer before I hit send. 

I can say that the django docs are very well written, but (correctly) assumes 
more than a passing knowledge in python and your operating system.  In this 
case, I think you should understand more about how python works when using 
external libraries and an understanding of the PYTHONPATH/sys.path, which 
also leads into the Environment variables mentioned previously.  But this is 
just a small guess based on the info provided here. 

Mike
-- 
Ah, but a man's grasp should exceed his reach, 
Or what's a heaven for ?
-- Robert Browning, "Andrea del Sarto"


signature.asc
Description: This is a digitally signed message part.


Re: Installing django

2009-05-19 Thread Aneesh

What operating system are you using?  If it's unix, Linux, or Mac OS
X, there should be a file named ".bash_profile" in your home directory
(if you're using bash).  You can run the export statements directly
from a shell prompt on any of these OS-es.  You should also put the
export statements in the .bash_profile (anywhere in that file is file)

On May 19, 2:06 pm, LeonTheCleaner  wrote:
> Hi,
>
> I am trying to install django by using this:
>
> http://wiki.dreamhost.com/Django
>
> but there are a few things I don't understand.
>
> 1. Where am I supposed to run stuff like these:
>
> export PATH=$PATH:$HOME/django_src/django/bin
> export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
>
> 2. Also where is the .base_profile? Am I supposed to locate it
> manually?
>
> Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-19 Thread LeonTheCleaner

Thanks for replying. I wanted to do that, but I canèt find the file. I
use win btw.

Also I am trying to install this on my host (dreamhost). Am I supposed
to do this operation on my machineÉ



Thanks.

On May 19, 4:27 pm, Aneesh  wrote:
> What operating system are you using?  If it's unix, Linux, or Mac OS
> X, there should be a file named ".bash_profile" in your home directory
> (if you're using bash).  You can run the export statements directly
> from a shell prompt on any of these OS-es.  You should also put the
> export statements in the .bash_profile (anywhere in that file is file)
>
> On May 19, 2:06 pm, LeonTheCleaner  wrote:
>
>
>
> > Hi,
>
> > I am trying to install django by using this:
>
> >http://wiki.dreamhost.com/Django
>
> > but there are a few things I don't understand.
>
> > 1. Where am I supposed to run stuff like these:
>
> > export PATH=$PATH:$HOME/django_src/django/bin
> > export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
>
> > 2. Also where is the .base_profile? Am I supposed to locate it
> > manually?
>
> > Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread LeonTheCleaner

bump

On May 19, 7:16 pm, LeonTheCleaner  wrote:
> Thanks for replying. I wanted to do that, but I canèt find the file. I
> use win btw.
>
> Also I am trying to install this on my host (dreamhost). Am I supposed
> to do this operation on my machineÉ
>
> Thanks.
>
> On May 19, 4:27 pm, Aneesh  wrote:
>
>
>
> > What operating system are you using?  If it's unix, Linux, or Mac OS
> > X, there should be a file named ".bash_profile" in your home directory
> > (if you're using bash).  You can run the export statements directly
> > from a shell prompt on any of these OS-es.  You should also put the
> > export statements in the .bash_profile (anywhere in that file is file)
>
> > On May 19, 2:06 pm, LeonTheCleaner  wrote:
>
> > > Hi,
>
> > > I am trying to install django by using this:
>
> > >http://wiki.dreamhost.com/Django
>
> > > but there are a few things I don't understand.
>
> > > 1. Where am I supposed to run stuff like these:
>
> > > export PATH=$PATH:$HOME/django_src/django/bin
> > > export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
>
> > > 2. Also where is the .base_profile? Am I supposed to locate it
> > > manually?
>
> > > Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread Sam Chuparkoff

On Tue, 2009-05-19 at 11:06 -0700, LeonTheCleaner wrote:
> Hi,
> 
> I am trying to install django by using this:
> 
> http://wiki.dreamhost.com/Django
> 
> but there are a few things I don't understand.

I see you asked another question about the best django host, and got a
lot of replies to that one. Not so many here.

If dreamhost doesn't support django and you don't have unix skills,
try webfaction. I'm not sure you understood this before: you will not
have to manually install django on webfaction. You will select the
django setup you want from a dropdown menu. And it will no doubt be a
lot easier for others to help you out, both here and on the webfaction
forums.

Just friendly advice, of course. If anyone has experience with (or
represents) any host that has an even easier setup than webfaction,
hopefully they will come forward :).

sdc



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread Sam Kuper
2009/5/19 LeonTheCleaner 

> I am trying to install django by using this:
>
> http://wiki.dreamhost.com/Django
>
> but there are a few things I don't understand.
>
> 1. Where am I supposed to run stuff like these:
>
> export PATH=$PATH:$HOME/django_src/django/bin
> export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects


At the bash command line.

Dreamhost runs Debian GNU/Linux, which offers a bash shell as standard. In
order to access a Dreamhost bash shell account from a Windows PC, you first
need to make sure your Dreamhost user account has shell access (you can set
this up in the Dreamhost Panel - look under "Users"). Then you need an SSH
("Secure SHell") client for your Windows PC, to let you access the bash
shell on the Dreamhost server (much as you need an FTP client in order to
FTP files to a remote server). The standard SSH client for windows is called
PuTTY and can be downloaded from
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Use PuTTY to log into Dreamhost using your Dreamhost user account details,
and you should find yourself at the bash command line, within your user's
home directory. You can then run the commands above.


> 2. Also where is the .base_profile? Am I supposed to locate it
> manually?


Do you mean .bash_profile? If so, it should be present in your home
directory (see above). Use the command "ls -la" to list the files there
(leave out the quotes). If it's there, fine. If not, you may need to create
it yourself.

Thanks in advance.


OK :)

Sam

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread LeonTheCleaner

Thanks for all the replies.

@sdc, yeah I plan to try webfaction. The only thing is I just quickly
checked out their demo video to setup django and itès 21 mins. I am
blown away to see how complicated just setting this up, and I am an
experienced windows programmer. Just expected a lot less steps.

Have you checked out www.djangohosting.ch? They claim their django is
one click solution. I wonder how that one compares both for features
and the ease of installations.

@Sam, thanks for the detailed reply. I will try those out, just worry
that there will be more steps or undocumented stuff to write.



Thanks again.

On May 20, 10:45 pm, Sam Kuper  wrote:
> 2009/5/19 LeonTheCleaner 
>
> > I am trying to install django by using this:
>
> >http://wiki.dreamhost.com/Django
>
> > but there are a few things I don't understand.
>
> > 1. Where am I supposed to run stuff like these:
>
> > export PATH=$PATH:$HOME/django_src/django/bin
> > export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
>
> At the bash command line.
>
> Dreamhost runs Debian GNU/Linux, which offers a bash shell as standard. In
> order to access a Dreamhost bash shell account from a Windows PC, you first
> need to make sure your Dreamhost user account has shell access (you can set
> this up in the Dreamhost Panel - look under "Users"). Then you need an SSH
> ("Secure SHell") client for your Windows PC, to let you access the bash
> shell on the Dreamhost server (much as you need an FTP client in order to
> FTP files to a remote server). The standard SSH client for windows is called
> PuTTY and can be downloaded 
> fromhttp://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
>
> Use PuTTY to log into Dreamhost using your Dreamhost user account details,
> and you should find yourself at the bash command line, within your user's
> home directory. You can then run the commands above.
>
> > 2. Also where is the .base_profile? Am I supposed to locate it
> > manually?
>
> Do you mean .bash_profile? If so, it should be present in your home
> directory (see above). Use the command "ls -la" to list the files there
> (leave out the quotes). If it's there, fine. If not, you may need to create
> it yourself.
>
> Thanks in advance.
>
> OK :)
>
> Sam
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread Kenneth Gonsalves

On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
> @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> checked out their demo video to setup django and itès 21 mins. I am
> blown away to see how complicated just setting this up, and I am an
> experienced windows programmer. Just expected a lot less steps.

why follow their steps? just follow the steps in the django tutorial.
-- 
regards
kg
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread LeonTheCleaner

You mean for dreamhost? Yeah I was following those. It is just that
when people mentioned webfaction is easier I wanted mention their 21
min video which is still lots of work.



Thanks.

On May 20, 11:53 pm, Kenneth Gonsalves  wrote:
> On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
>
> > @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> > checked out their demo video to setup django and itès 21 mins. I am
> > blown away to see how complicated just setting this up, and I am an
> > experienced windows programmer. Just expected a lot less steps.
>
> why follow their steps? just follow the steps in the django tutorial.
> --
> regards
> kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread Kenneth Gonsalves

On Thursday 21 May 2009 11:46:54 LeonTheCleaner wrote:
> You mean for dreamhost? Yeah I was following those. It is just that
> when people mentioned webfaction is easier I wanted mention their 21
> min video which is still lots of work.

I meant for webfaction - I use webfaction, but do not use their django set up 
method. I set it up like I would set up django on my own box - using the 
latest svn trunk and configuring apache. It certainly doesn't take 21 minutes.
-- 
regards
kg
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread LeonTheCleaner

I did not know that. Can you tell me how to do that? Is there a link
that shows the procedure?

I use svn myself, but the apache stuff, not sure how to set that up.



Thanks.

On May 21, 12:29 am, Kenneth Gonsalves  wrote:
> On Thursday 21 May 2009 11:46:54 LeonTheCleaner wrote:
>
> > You mean for dreamhost? Yeah I was following those. It is just that
> > when people mentioned webfaction is easier I wanted mention their 21
> > min video which is still lots of work.
>
> I meant for webfaction - I use webfaction, but do not use their django set up
> method. I set it up like I would set up django on my own box - using the
> latest svn trunk and configuring apache. It certainly doesn't take 21 minutes.
> --
> regards
> kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-20 Thread Kenneth Gonsalves

On Thursday 21 May 2009 12:09:05 LeonTheCleaner wrote:
> I did not know that. Can you tell me how to do that? Is there a link
> that shows the procedure?

just follow the django install docs for apache/mod_python. There is an apache 
config file in webfaction where you can make changes
>
> I use svn myself, but the apache stuff, not sure how to set that up.

the key thing is to set it up on your own home box - once you know how to do 
that, you are never dependent on any 'third-party' deployment and you will be 
all set to move to a VPS which is the next step up the food chain.

-- 
regards
kg
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-21 Thread Chris Lawlor

Just to see what all the fuss is about, most of that video is the guy
configuring his particular application. The actual Django install is
very straightforward.

On May 21, 1:53 am, Kenneth Gonsalves  wrote:
> On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
>
> > @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> > checked out their demo video to setup django and itès 21 mins. I am
> > blown away to see how complicated just setting this up, and I am an
> > experienced windows programmer. Just expected a lot less steps.
>
> why follow their steps? just follow the steps in the django tutorial.
> --
> regards
> kghttp://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-21 Thread LeonTheCleaner

Thanks guys. So after I install django, I can install the project I
want, but when I say change a python file, would it update
automatically when I relaunch the website?




Thanks.

On May 21, 7:35 am, Chris Lawlor  wrote:
> Just to see what all the fuss is about, most of that video is the guy
> configuring his particular application. The actualDjangoinstall is
> very straightforward.
>
> On May 21, 1:53 am, Kenneth Gonsalves  wrote:
>
> > On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
>
> > > @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> > > checked out their demo video to setupdjangoand itès 21 mins. I am
> > > blown away to see how complicated just setting this up, and I am an
> > > experienced windows programmer. Just expected a lot less steps.
>
> > why follow their steps? just follow the steps in thedjangotutorial.
> > --
> > regards
> > kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-21 Thread LeonTheCleaner

How about I pay someone $20 to do this for me? I just wanna work on
the python codet, instead of dealing with django installation. Seems
like a fair trade for me.

On May 21, 5:34 pm, LeonTheCleaner  wrote:
> Thanks guys. So after I install django, I can install the project I
> want, but when I say change a python file, would it update
> automatically when I relaunch the website?
>
> Thanks.
>
> On May 21, 7:35 am, Chris Lawlor  wrote:
>
>
>
> > Just to see what all the fuss is about, most of that video is the guy
> > configuring his particular application. The actualDjangoinstall is
> > very straightforward.
>
> > On May 21, 1:53 am, Kenneth Gonsalves  wrote:
>
> > > On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
>
> > > > @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> > > > checked out their demo video to setupdjangoand itès 21 mins. I am
> > > > blown away to see how complicated just setting this up, and I am an
> > > > experienced windows programmer. Just expected a lot less steps.
>
> > > why follow their steps? just follow the steps in thedjangotutorial.
> > > --
> > > regards
> > > kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-21 Thread Graham Dumpleton



On May 22, 10:51 am, LeonTheCleaner  wrote:
> How about I pay someone $20 to do this for me? I just wanna work on
> the python codet, instead of dealing with django installation. Seems
> like a fair trade for me.
>
> On May 21, 5:34 pm, LeonTheCleaner  wrote:
>
> > Thanks guys. So after I install django, I can install the project I
> > want, but when I say change a python file, would it update
> > automatically when I relaunch the website?

With the attitude you are displaying, ie., not wanting to watch a 20
minute video even though you have probably spent almost as much time
as that here complaining about the length of the video, and also
possibly not even wanting to spend the time to properly research
yourself what documentation exists which may answer your questions,
I'd suggest people aren't going to want to help you.

If you want people to help you when you actually get to coding your
Django application, you have to show that you are yourself making an
effort to actually work things out for yourself first. There is lots
of documentation out there which people have spent a lot of time on
exactly so you can be self sufficient and not need to be spoon fed by
others.

As to your specific question about source code reloading, it actually
depends on how you are hosting your Django application. If you are
using Apache/mod_wsgi then read:

  http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode

As much as you seem to want to avoid the details about how your
application may be hosted, reality is that how Python works and the
quality of Python web hosting available out there, means you can't
avoid knowing about it completely.

Sorry if this seems harsh, but we aren't ticket monkeys manning a help
desk. ;-)

Graham

> > Thanks.
>
> > On May 21, 7:35 am, Chris Lawlor  wrote:
>
> > > Just to see what all the fuss is about, most of that video is the guy
> > > configuring his particular application. The actualDjangoinstall is
> > > very straightforward.
>
> > > On May 21, 1:53 am, Kenneth Gonsalves  wrote:
>
> > > > On Thursday 21 May 2009 11:15:29 LeonTheCleaner wrote:
>
> > > > > @sdc, yeah I plan to try webfaction. The only thing is I just quickly
> > > > > checked out their demo video to setupdjangoand itès 21 mins. I am
> > > > > blown away to see how complicated just setting this up, and I am an
> > > > > experienced windows programmer. Just expected a lot less steps.
>
> > > > why follow their steps? just follow the steps in thedjangotutorial.
> > > > --
> > > > regards
> > > > kghttp://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-22 Thread Skylar Saveland

> I meant for webfaction - I use webfaction, but do not use their django set up
> method. I set it up like I would set up django on my own box - using the
> latest svn trunk and configuring apache. It certainly doesn't take 21 minutes.

I seem to always jump in the middle of a thread and say something
stupid ;)  I'll try to be more patient in the future.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-22 Thread Skylar Saveland

> why follow their steps? just follow the steps in the django tutorial.

+1, I say use VPS and learn unix.  However, if we are talking
webfaction you will have to go the web dashboard and click things.
(yuck)

and then you will have some sort of virtual environment that is unlike
a VPS or your home machine and doesn't really jive with the django
docs that are geared towards having control of your machine.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing django

2009-05-25 Thread LeonTheCleaner

Thanks guys, I appreciated it all.

It's just that I have tried a couple things mentioned here without any
luck. It might not be very hard but I am not a unix programmer so it's
harder for me, and I don't wanna invest lots of time in this.

Thanks.

On May 22, 11:06 am, Skylar Saveland 
wrote:
> > I meant for webfaction - I use webfaction, but do not use their django set 
> > up
> > method. I set it up like I would set up django on my own box - using the
> > latest svn trunk and configuring apache. It certainly doesn't take 21 
> > minutes.
>
> I seem to always jump in the middle of a thread and say something
> stupid ;)  I'll try to be more patient in the future.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing django

2010-04-11 Thread Shawn Milochik
Your problem (and solution) are described here:

http://groups.google.com/group/django-users/browse_thread/thread/c9ff6c7c8e13e32b/54fb2f345b642188?hl=en&lnk=gst&q=django-admin.py+path#54fb2f345b642188


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-14 Thread Shawn Milochik
The instructions on the site are incorrect. You only use django-admin.py to 
create the project. After that you use manage.py for everything else -- 
including syncdb.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-14 Thread Shawn Milochik
Actually, since you seem to have already installed Django successfully, I 
suggest you dump that faulty page and use the official tutorial.

http://docs.djangoproject.com/en/1.1/intro/tutorial01/#intro-tutorial01

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-14 Thread Tom X. Tobin
On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik  wrote:
> The instructions on the site are incorrect. You only use django-admin.py to 
> create the project. After that you use manage.py for everything else -- 
> including syncdb.

You *can* use django-admin.py as long as you make sure
DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
settings module (e.g., "some_project.settings") -- which is exactly
what Jagdeep's traceback was complaining about.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-14 Thread Alexis Selves
try to insall package python-django using apt-get install

On 14 dub, 20:47, "Tom X. Tobin"  wrote:
> On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik  wrote:
> > The instructions on the site are incorrect. You only use django-admin.py to 
> > create the project. After that you use manage.py for everything else -- 
> > including syncdb.
>
> You *can* use django-admin.py as long as you make sure
> DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> settings module (e.g., "some_project.settings") -- which is exactly
> what Jagdeep's traceback was complaining about.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-14 Thread Eximius
Try syncdb using manage.py command i.e.
# manage.py syncdb

On Thu, Apr 15, 2010 at 12:47 AM, Alexis Selves wrote:

> try to insall package python-django using apt-get install
>
> On 14 dub, 20:47, "Tom X. Tobin"  wrote:
> > On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik 
> wrote:
> > > The instructions on the site are incorrect. You only use
> django-admin.py to create the project. After that you use manage.py for
> everything else -- including syncdb.
> >
> > You *can* use django-admin.py as long as you make sure
> > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > settings module (e.g., "some_project.settings") -- which is exactly
> > what Jagdeep's traceback was complaining about.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-15 Thread Jagdeep Singh Malhi
#manage.py syncdb
is  not worked...
error messge is :
manage.py: command not found


On Apr 15, 10:43 am, Eximius  wrote:
> Try syncdb using manage.py command i.e.
> # manage.py syncdb
>
> On Thu, Apr 15, 2010 at 12:47 AM, Alexis Selves 
> wrote:> try to insall package python-django using 
> apt-get install
>
> > On 14 dub, 20:47, "Tom X. Tobin"  wrote:
> > > On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik 
> > wrote:
> > > > The instructions on the site are incorrect. You only use
> > django-admin.py to create the project. After that you use manage.py for
> > everything else -- including syncdb.
>
> > > You *can* use django-admin.py as long as you make sure
> > > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > > settings module (e.g., "some_project.settings") -- which is exactly
> > > what Jagdeep's traceback was complaining about.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-15 Thread Jagdeep Singh Malhi
#apt-get install python-django
After this what can i do..

On Apr 15, 12:17 am, Alexis Selves  wrote:
> try to insall package python-django using apt-get install
>
> On 14 dub, 20:47, "Tom X. Tobin"  wrote:> On Wed, 
> Apr 14, 2010 at 1:17 PM, Shawn Milochik  wrote:
> > > The instructions on the site are incorrect. You only use django-admin.py 
> > > to create the project. After that you use manage.py for everything else 
> > > -- including syncdb.
>
> > You *can* use django-admin.py as long as you make sure
> > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > settings module (e.g., "some_project.settings") -- which is exactly
> > what Jagdeep's traceback was complaining about.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-15 Thread Vinicius Mendes
Follow the tutorial on http://docs.djangoproject.com

http://docs.djangoproject.com/en/1.1/intro/tutorial01/#intro-tutorial01

__
Vinícius Mendes
Solucione Sistemas
http://solucione.info/


On Thu, Apr 15, 2010 at 10:23 AM, Jagdeep Singh Malhi <
singh.malh...@gmail.com> wrote:

> #apt-get install python-django
> After this what can i do..
>
> On Apr 15, 12:17 am, Alexis Selves  wrote:
> > try to insall package python-django using apt-get install
> >
> > On 14 dub, 20:47, "Tom X. Tobin"  wrote:> On
> Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik  wrote:
> > > > The instructions on the site are incorrect. You only use
> django-admin.py to create the project. After that you use manage.py for
> everything else -- including syncdb.
> >
> > > You *can* use django-admin.py as long as you make sure
> > > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > > settings module (e.g., "some_project.settings") -- which is exactly
> > > what Jagdeep's traceback was complaining about.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-15 Thread backdoc
manage.py is not in your path.  If it's not in your path, you have to give
the full path with the command, like /path/to/my/executable.  However, if
you are in the same directory as the executable, your full path becomes
"./executable".  So, the bottom line is, cd to the location of manage.py and
execute it with "./manage.py".  You could also do "python manage.py".
 Either will work.

On Thu, Apr 15, 2010 at 8:14 AM, Jagdeep Singh Malhi <
singh.malh...@gmail.com> wrote:

> #manage.py syncdb
> is  not worked...
> error messge is :
> manage.py: command not found
>
>
> On Apr 15, 10:43 am, Eximius  wrote:
> > Try syncdb using manage.py command i.e.
> > # manage.py syncdb
> >
> > On Thu, Apr 15, 2010 at 12:47 AM, Alexis Selves 
> > wrote:>
> try to insall package python-django using apt-get install
> >
> > > On 14 dub, 20:47, "Tom X. Tobin"  wrote:
> > > > On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik 
> > > wrote:
> > > > > The instructions on the site are incorrect. You only use
> > > django-admin.py to create the project. After that you use manage.py for
> > > everything else -- including syncdb.
> >
> > > > You *can* use django-admin.py as long as you make sure
> > > > DJANGO_SETTINGS_MODULE is defined in your environment to poing to
> your
> > > > settings module (e.g., "some_project.settings") -- which is exactly
> > > > what Jagdeep's traceback was complaining about.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Django users" group.
> > > To post to this group, send email to django-us...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > django-users+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django

2010-04-15 Thread Jagdeep Singh Malhi
i am able to install django
Its Works

Thanks Very much ( Django users)

On Apr 15, 10:43 am, Eximius  wrote:
> Try syncdb using manage.py command i.e.
> # manage.py syncdb
>
> On Thu, Apr 15, 2010 at 12:47 AM, Alexis Selves 
> wrote:> try to insall package python-django using 
> apt-get install
>
> > On 14 dub, 20:47, "Tom X. Tobin"  wrote:
> > > On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik 
> > wrote:
> > > > The instructions on the site are incorrect. You only use
> > django-admin.py to create the project. After that you use manage.py for
> > everything else -- including syncdb.
>
> > > You *can* use django-admin.py as long as you make sure
> > > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > > settings module (e.g., "some_project.settings") -- which is exactly
> > > what Jagdeep's traceback was complaining about.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-05-24 Thread Stuart MacKay
Without any more information on what problems you are experiencing it is 
very dificult to know where to start. I would recommend reading the 
First Steps section of the Django Documentation, 
http://docs.djangoproject.com/en/1.3/


That will help in two ways, first it is a good guide for installing 
Django and second it will give everybody on this list who can help you 
with a good reference point for the steps you carried out. So when you 
say "I am having trouble with X" then it will be a lot easier to 
identify what the problem might be.


Regards,

Stuart MacKay
Lisbon, Portugal

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-05-24 Thread Piotr Zalewa

On 05/24/11 07:40, bh.hoseini wrote:

hi there,
i installed django on vista, but i don't know how to combine it with
python, i read installation guide but it wasn't ussefull! :

I had some troubles install Django on Win7
In the end I used cygwin - it worked fine, although it's not clean Win.
I removed Windows anyway.

zalun

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-07-15 Thread Andre Terra
Do you have a strong reason for running windows on your host?
Developing/deploying django on linux is about a billion times easier.


Cheers,
André

On Fri, Jul 15, 2011 at 5:35 PM, Charles  wrote:

> I have a windows account on Hostgator.com and would like to install and
> django. Hostagator is a little lacking in documentations, so does anyone
> have any idea of how to get things going?
>
> Charles
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@**
> googlegroups.com .
> For more options, visit this group at http://groups.google.com/**
> group/django-users?hl=en
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-07-15 Thread Javier Guerra Giraldez
On Fri, Jul 15, 2011 at 3:40 PM, Andre Terra  wrote:
> Do you have a strong reason for running windows on your host?
> Developing/deploying django on linux is about a billion times easier.

could be wrong; but i think the hard part is not because of the OS,
but because of IIS, which doesn't support any standard webapp
protocol.

if you use another webserver, things should be almost as easy as on
*nix, except for being somewhat more limited (no nginx, no uWSGI), but
i think at least Apache and FastCGI or mod_wsgi work as intended

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2012-03-06 Thread James Bennett
On Tue, Mar 6, 2012 at 7:42 AM, Sophia  wrote:
> python setup.py install
>
> but it keeps giving me this error :
>
>   File "setup.py", line 70
>     if u'SVN' in version:
>     ^
> SyntaxError: invalid syntax

Most likely, you installed a 3.x version of Python. Django does not
support Python versions 3 and up yet; for Django 1.3, you need a
Python 2.x installation, minimum Python 2.4 For Django 1.4, you need
minimum Python 2.5.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-09-13 Thread Shawn Milochik

On 09/13/2011 01:21 PM, re64 wrote:

I am having trouble installing django.  I cant seem to do it any
suggestions



https://code.djangoproject.com/wiki/UsingTheMailingList

Pay special attention to the 'Prepare the Question' section.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-09-13 Thread Steven Elliott Jr
What exactly is the problem? Can you provide more detail? Platform, error 
messages, python version? What have you tried already?


On Sep 13, 2011, at 1:21 PM, re64  wrote:

> I am having trouble installing django.  I cant seem to do it any
> suggestions
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django

2011-09-13 Thread Babatunde Akinyanmi
You could at least try to be more specific

On 9/13/11, re64  wrote:
> I am having trouble installing django.  I cant seem to do it any
> suggestions
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
Sent from my mobile device

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-09 Thread Kejun He
Reinstall Django

On Mon, Oct 10, 2011 at 11:45 AM, Bob Peene  wrote:

> Django and Python newby
> Following Django 1.0 by Hourieh
> 'setup.py install' seemed to go ok
> error running django-admin.py (it is in my Win7 path)
>
> 'django.core import management'
> 'no module named core'
>
> Any insight as to why?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-10 Thread Cal Leeming [Simplicity Media Ltd]
I've seen quite a few people now with this problem of corrupt Django
installs - specifically for users who are new to Django.

Perhaps someone could shed some light as to why this keeps happening.

Bob - why are you using version 1.0, and is there any particular reason you
are using it within a Windows environment?

Cal

On Mon, Oct 10, 2011 at 4:45 AM, Bob Peene  wrote:

> Django and Python newby
> Following Django 1.0 by Hourieh
> 'setup.py install' seemed to go ok
> error running django-admin.py (it is in my Win7 path)
>
> 'django.core import management'
> 'no module named core'
>
> Any insight as to why?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-10 Thread Karen Tracey
On Mon, Oct 10, 2011 at 6:25 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:

> I've seen quite a few people now with this problem of corrupt Django
> installs - specifically for users who are new to Django.
>
> Perhaps someone could shed some light as to why this keeps happening.
>

Some (apparently popular) unzip utility on Windows (quietly) fails to
extract 0-byte files. So lots of missing __init__.py files.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-10 Thread Cal Leeming [Simplicity Media Ltd]
Wow - that's pretty retarded :X

Thanks for clarifying this Karen!

On Mon, Oct 10, 2011 at 12:25 PM, Karen Tracey  wrote:

> On Mon, Oct 10, 2011 at 6:25 AM, Cal Leeming [Simplicity Media Ltd] <
> cal.leem...@simplicitymedialtd.co.uk> wrote:
>
>> I've seen quite a few people now with this problem of corrupt Django
>> installs - specifically for users who are new to Django.
>>
>> Perhaps someone could shed some light as to why this keeps happening.
>>
>
> Some (apparently popular) unzip utility on Windows (quietly) fails to
> extract 0-byte files. So lots of missing __init__.py files.
>
> Karen
> --
> http://tracey.org/kmt/
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-10 Thread Bob Peene
Kejun/Cal/Karen: Thank you very much for the info!!

I did rerun setup.py, but given this info, it probably didn't improve
anything.  I'll wipe the directory and start again.

Cal;  The 'Django 1.0' is the title of the book by Ayman Hourieh (not
my install version) - from reviews I've read this seems like a good
beginner tutorial but not so much a comprehensive reference.
I'm not a computer scientist nor programmer - I'm an engineering
project manager who wants a better web sol'n for my work.
If you have any other good books for beginners, I'd love to hear them.

After some research, Python/Django seemed like a good sol'n to bring
up a web app without having to become an expert.  I loaded Python 2.7
( I understand the best version to work with Django), then Django
1.3.1.
Windows - just happens to be what I use on my machine.  I could use
Mac OS X as I have a dual boot MacBook.

Will post a response with the results of my reinstall.

-Bob






-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-11 Thread Bob Peene
FYI you were right.  Wiping and reinstalling did the trick.  I'm back
in the tutorial.  Thank you very much!



On Oct 10, 10:16 am, Bob Peene  wrote:
> Kejun/Cal/Karen: Thank you very much for the info!!
>
> I did rerun setup.py, but given this info, it probably didn't improve
> anything.  I'll wipe the directory and start again.
>
> Cal;  The 'Django 1.0' is the title of the book by Ayman Hourieh (not
> my install version) - from reviews I've read this seems like a good
> beginner tutorial but not so much a comprehensive reference.
> I'm not a computer scientist nor programmer - I'm an engineering
> project manager who wants a better web sol'n for my work.
> If you have any other good books for beginners, I'd love to hear them.
>
> After some research, Python/Django seemed like a good sol'n to bring
> up a web app without having to become an expert.  I loaded Python 2.7
> ( I understand the best version to work with Django), then Django
> 1.3.1.
> Windows - just happens to be what I use on my machine.  I could use
> Mac OS X as I have a dual boot MacBook.
>
> Will post a response with the results of my reinstall.
>
> -Bob

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2011-10-11 Thread Cal Leeming [Simplicity Media Ltd]
Nice :)

Karen, do you think it's worth updating the Django windows documentation to
mention this?

On Tue, Oct 11, 2011 at 2:52 PM, Bob Peene  wrote:

> FYI you were right.  Wiping and reinstalling did the trick.  I'm back
> in the tutorial.  Thank you very much!
>
>
>
> On Oct 10, 10:16 am, Bob Peene  wrote:
> > Kejun/Cal/Karen: Thank you very much for the info!!
> >
> > I did rerun setup.py, but given this info, it probably didn't improve
> > anything.  I'll wipe the directory and start again.
> >
> > Cal;  The 'Django 1.0' is the title of the book by Ayman Hourieh (not
> > my install version) - from reviews I've read this seems like a good
> > beginner tutorial but not so much a comprehensive reference.
> > I'm not a computer scientist nor programmer - I'm an engineering
> > project manager who wants a better web sol'n for my work.
> > If you have any other good books for beginners, I'd love to hear them.
> >
> > After some research, Python/Django seemed like a good sol'n to bring
> > up a web app without having to become an expert.  I loaded Python 2.7
> > ( I understand the best version to work with Django), then Django
> > 1.3.1.
> > Windows - just happens to be what I use on my machine.  I could use
> > Mac OS X as I have a dual boot MacBook.
> >
> > Will post a response with the results of my reinstall.
> >
> > -Bob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing Django

2017-01-30 Thread Jani Tiainen

Hi,

First you seem to be installing Django to Windows, it adds certain 
complexity all together, it's not impossible though.



By given paths for some strange reason easy_install seems to thing that 
you have installed your Python to "C:\program files (x86)\" directory 
(not subdirectory there or anything, to root of that folder), that is 
quite wrong, first it requires allways adminstrative access to install 
anything there, and second it's not standard place, which would be 
something like C:\PythonXX\ (to avoid permission problems).


First thing to you is now to figure out did you managed to mess up 
Python installation by putting it to incorrect path and fix by removing 
all components and then installing it to more proper location.


Depending on Python modules you want to use some may require compiling 
which is not simple under Windows, so if you can use some Linux (or some 
other unix variant) box or something like virtual machine setting up 
environment is much easier.


On 30.01.2017 05:05, Danny Jr Chu wrote:
Guys, please help. I am new with Python and Django, I mean I don't 
have any clue what's going on (don't even know how to encode), but I 
wish I could build a website out of my imaginary. I know this will 
goes miles and miles... I am trying to install Django but couple of 
errors occur :


PS C:\Users\Luv> easy_install django
Searching for django
Reading https://pypi.python.org/simple/django/
Downloading 
https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1

.10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
Best match: Django 1.10.5
Processing Django-1.10.5.tar.gz
Writing 
C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
Running Django-1.10.5\setup.py -q bdist_egg --dist-dir 
C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10

.5\egg-dist-tmp-k4dzxio3
no previously-included directories found matching 
'django\contrib\admin\bin'
warning: no previously-included files matching '__pycache__' found 
anywhere in distribution

creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
Extracting django-1.10.5-py3.6.egg to c:\program files 
(x86)\lib\site-packages

Adding django 1.10.5 to easy-install.pth file
Installing django-admin.py script to c:\program files (x86)\Scripts
error: [Errno 13] Permission denied: 'c:\\program files 
(x86)\\Scripts\\django-admin.py'


--
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...@googlegroups.com 
.
To post to this group, send email to django-users@googlegroups.com 
.

Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
Jani Tiainen

--
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/62138d02-bd49-cd6d-577f-f65501b51ff1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-01-30 Thread Antonis Christofides
> I wish I could build a website out of my imaginary

Hello,

depending on what you mean with "build a website", you may be looking at the
wrong thing. Have you tried, for example, to build a web site at wordpress.com?
If yes, why is this not sufficient for you and you want to learn Django?

Regards,

Antonis

Antonis Christofides
http://djangodeployment.com


On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
> Guys, please help. I am new with Python and Django, I mean I don't have any
> clue what's going on (don't even know how to encode), but I wish I could build
> a website out of my imaginary. I know this will goes miles and miles... I am
> trying to install Django but couple of errors occur : 
>
> PS C:\Users\Luv> easy_install django
> Searching for django
> Reading https://pypi.python.org/simple/django/
> Downloading
> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
> Best match: Django 1.10.5
> Processing Django-1.10.5.tar.gz
> Writing
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
> .5\egg-dist-tmp-k4dzxio3
> no previously-included directories found matching 'django\contrib\admin\bin'
> warning: no previously-included files matching '__pycache__' found anywhere in
> distribution
> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
> Extracting django-1.10.5-py3.6.egg to c:\program files (x86)\lib\site-packages
> Adding django 1.10.5 to easy-install.pth file
> Installing django-admin.py script to c:\program files (x86)\Scripts
> error: [Errno 13] Permission denied: 'c:\\program files
> (x86)\\Scripts\\django-admin.py'
>
> -- 
> 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...@googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3a678d4b-556c-1276-a8cd-45dd850ced6c%40djangodeployment.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-01-30 Thread Danny Jr Chu
Hello Jani, you are an angel :) 

I have un-installed it and re-install to the right folder.. thanks a lot. 

On Monday, January 30, 2017 at 4:34:27 PM UTC+8, Jani Tiainen wrote:
>
> Hi,
>
> First you seem to be installing Django to Windows, it adds certain 
> complexity all together, it's not impossible though.
>
> By given paths for some strange reason easy_install seems to thing that 
> you have installed your Python to "C:\program files (x86)\" directory (not 
> subdirectory there or anything, to root of that folder), that is quite 
> wrong, first it requires allways adminstrative access to install anything 
> there, and second it's not standard place, which would be something like 
> C:\PythonXX\ (to avoid permission problems). 
>
> First thing to you is now to figure out did you managed to mess up Python 
> installation by putting it to incorrect path and fix by removing all 
> components and then installing it to more proper location. 
>
> Depending on Python modules you want to use some may require compiling 
> which is not simple under Windows, so if you can use some Linux (or some 
> other unix variant) box or something like virtual machine setting up 
> environment is much easier.
>
> On 30.01.2017 05:05, Danny Jr Chu wrote:
>
> Guys, please help. I am new with Python and Django, I mean I don't have 
> any clue what's going on (don't even know how to encode), but I wish I 
> could build a website out of my imaginary. I know this will goes miles and 
> miles... I am trying to install Django but couple of errors occur :  
>
> PS C:\Users\Luv> easy_install django
> Searching for django
> Reading https://pypi.python.org/simple/django/
> Downloading 
> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
> Best match: Django 1.10.5
> Processing Django-1.10.5.tar.gz
> Writing 
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir 
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
> .5\egg-dist-tmp-k4dzxio3
> no previously-included directories found matching 
> 'django\contrib\admin\bin'
> warning: no previously-included files matching '__pycache__' found 
> anywhere in distribution
> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
> Extracting django-1.10.5-py3.6.egg to c:\program files 
> (x86)\lib\site-packages
> Adding django 1.10.5 to easy-install.pth file
> Installing django-admin.py script to c:\program files (x86)\Scripts
> error: [Errno 13] Permission denied: 'c:\\program files 
> (x86)\\Scripts\\django-admin.py'
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> 
> https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> Jani Tiainen
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d0938a27-8246-4b9d-9a16-b5c7919349f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-01-30 Thread Danny Jr Chu
Hi Antonis, 

No I have not yet tried wordpress, but the answer is budget wise. I would 
think that after these exercises, I am just going to pay (I think) the 
domain and hosting only.

Regards,
Danny

On Monday, January 30, 2017 at 6:16:27 PM UTC+8, Antonis Christofides wrote:
>
> I wish I could build a website out of my imaginary
>
> Hello,
>
> depending on what you mean with "build a website", you may be looking at 
> the wrong thing. Have you tried, for example, to build a web site at 
> wordpress.com? If yes, why is this not sufficient for you and you want to 
> learn Django?
>
> Regards,
>
> Antonis
>
> Antonis Christofideshttp://djangodeployment.com
>
>
> On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
>
> Guys, please help. I am new with Python and Django, I mean I don't have 
> any clue what's going on (don't even know how to encode), but I wish I 
> could build a website out of my imaginary. I know this will goes miles and 
> miles... I am trying to install Django but couple of errors occur :  
>
> PS C:\Users\Luv> easy_install django
> Searching for django
> Reading https://pypi.python.org/simple/django/
> Downloading 
> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
> Best match: Django 1.10.5
> Processing Django-1.10.5.tar.gz
> Writing 
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir 
> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
> .5\egg-dist-tmp-k4dzxio3
> no previously-included directories found matching 
> 'django\contrib\admin\bin'
> warning: no previously-included files matching '__pycache__' found 
> anywhere in distribution
> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
> Extracting django-1.10.5-py3.6.egg to c:\program files 
> (x86)\lib\site-packages
> Adding django 1.10.5 to easy-install.pth file
> Installing django-admin.py script to c:\program files (x86)\Scripts
> error: [Errno 13] Permission denied: 'c:\\program files 
> (x86)\\Scripts\\django-admin.py'
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6cafee05-1c3f-40cf-aeab-00f98493cf6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-01-30 Thread Antonis Christofides
If you want to just make a web site, Django is the wrong thing for you. Django
is not for building web sites, it's for building web applications. You might
instead want to look at Mezzanine or Django-CMS or Wagtail (these are all
software for building web sites and they're based on Django), or, if being based
on Django is not a requirement, you can use Wordpress or Drupal. There are
really many more, there must be tens. I believe the most popular is Wordpress.

If you use any of these and install it on a server, you will only need to pay
for the domain and hosting (and spend considerable time setting it up).

If you use wordpress.com, they set it up for you, so you don't need to install
it yourself, and the cost is probably less than getting a virtual server to
install stuff yourself.

I don't want to discourage you from using Django if it's for you. I just don't
want you to get the impression that "Django is bad/complicated/painful" when you
just might be using it for the wrong purpose.

Regards,

Antonis

Antonis Christofides
http://djangodeployment.com


On 01/30/2017 12:33 PM, Danny Jr Chu wrote:
> Hi Antonis, 
>
> No I have not yet tried wordpress, but the answer is budget wise. I would
> think that after these exercises, I am just going to pay (I think) the domain
> and hosting only.
>
> Regards,
> Danny
>
> On Monday, January 30, 2017 at 6:16:27 PM UTC+8, Antonis Christofides wrote:
>
>> I wish I could build a website out of my imaginary
>
> Hello,
>
> depending on what you mean with "build a website", you may be looking at
> the wrong thing. Have you tried, for example, to build a web site at
> wordpress.com ? If yes, why is this not sufficient
> for you and you want to learn Django?
>
> Regards,
>
> Antonis
>
> Antonis Christofides
> http://djangodeployment.com
>
>
> On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
>> Guys, please help. I am new with Python and Django, I mean I don't have
>> any clue what's going on (don't even know how to encode), but I wish I
>> could build a website out of my imaginary. I know this will goes miles
>> and miles... I am trying to install Django but couple of errors occur : 
>>
>> PS C:\Users\Luv> easy_install django
>> Searching for django
>> Reading https://pypi.python.org/simple/django/
>> 
>> Downloading
>> 
>> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
>> 
>> 
>> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
>> Best match: Django 1.10.5
>> Processing Django-1.10.5.tar.gz
>> Writing
>> 
>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
>> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir
>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
>> .5\egg-dist-tmp-k4dzxio3
>> no previously-included directories found matching 
>> 'django\contrib\admin\bin'
>> warning: no previously-included files matching '__pycache__' found
>> anywhere in distribution
>> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
>> Extracting django-1.10.5-py3.6.egg to c:\program files
>> (x86)\lib\site-packages
>> Adding django 1.10.5 to easy-install.pth file
>> Installing django-admin.py script to c:\program files (x86)\Scripts
>> error: [Errno 13] Permission denied: 'c:\\program files
>> (x86)\\Scripts\\django-admin.py'
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users
>> .
>> To view this discussion on the web visit
>> 
>> https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout
>> .
>
> -- 
> 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...@googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com
> .
> Visit this group at https://groups.goo

Re: Installing Django

2017-01-30 Thread Danny Jr Chu
I will consider your professional advise Antonis. However, what I would 
like to build is a (1st) freelancer website (upwork or like), I know that 
there are hundreds of these right now, but with a subtle twist and to offer 
both client and contractor something more, it may be feasible. (2nd) I fail 
to find Angel Investor so I have to cut cost everything to the rock bottom, 
I have a lot of time available to study and (plus motivation of course) and 
(3nd) I've done number of websites with blogspot (but plugins are paid 
monthly). So, I was thinking to do it myself the backbone with Django. 
Please tell me more what I should have know to bring this project to life. 

Thanks for your support,
Danny

On Monday, January 30, 2017 at 6:54:58 PM UTC+8, Antonis Christofides wrote:
>
> If you want to just make a web site, Django is the wrong thing for you. 
> Django is not for building web sites, it's for building web applications. 
> You might instead want to look at Mezzanine or Django-CMS or Wagtail (these 
> are all software for building web sites and they're based on Django), or, 
> if being based on Django is not a requirement, you can use Wordpress or 
> Drupal. There are really many more, there must be tens. I believe the most 
> popular is Wordpress.
>
> If you use any of these and install it on a server, you will only need to 
> pay for the domain and hosting (and spend considerable time setting it up).
>
> If you use wordpress.com, they set it up for you, so you don't need to 
> install it yourself, and the cost is probably less than getting a virtual 
> server to install stuff yourself.
>
> I don't want to discourage you from using Django if it's for you. I just 
> don't want you to get the impression that "Django is 
> bad/complicated/painful" when you just might be using it for the wrong 
> purpose.
>
> Regards,
>
> Antonis
>
> Antonis Christofideshttp://djangodeployment.com
>
>
> On 01/30/2017 12:33 PM, Danny Jr Chu wrote:
>
> Hi Antonis,  
>
> No I have not yet tried wordpress, but the answer is budget wise. I would 
> think that after these exercises, I am just going to pay (I think) the 
> domain and hosting only.
>
> Regards,
> Danny
>
> On Monday, January 30, 2017 at 6:16:27 PM UTC+8, Antonis Christofides 
> wrote: 
>>
>> I wish I could build a website out of my imaginary
>>
>> Hello,
>>
>> depending on what you mean with "build a website", you may be looking at 
>> the wrong thing. Have you tried, for example, to build a web site at 
>> wordpress.com? If yes, why is this not sufficient for you and you want 
>> to learn Django?
>>
>> Regards,
>>
>> Antonis
>>
>> Antonis Christofideshttp://djangodeployment.com
>>
>>
>> On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
>>
>> Guys, please help. I am new with Python and Django, I mean I don't have 
>> any clue what's going on (don't even know how to encode), but I wish I 
>> could build a website out of my imaginary. I know this will goes miles and 
>> miles... I am trying to install Django but couple of errors occur :  
>>
>> PS C:\Users\Luv> easy_install django
>> Searching for django
>> Reading https://pypi.python.org/simple/django/
>> Downloading 
>> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
>> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
>> Best match: Django 1.10.5
>> Processing Django-1.10.5.tar.gz
>> Writing 
>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
>> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir 
>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
>> .5\egg-dist-tmp-k4dzxio3
>> no previously-included directories found matching 
>> 'django\contrib\admin\bin'
>> warning: no previously-included files matching '__pycache__' found 
>> anywhere in distribution
>> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
>> Extracting django-1.10.5-py3.6.egg to c:\program files 
>> (x86)\lib\site-packages
>> Adding django 1.10.5 to easy-install.pth file
>> Installing django-admin.py script to c:\program files (x86)\Scripts
>> error: [Errno 13] Permission denied: 'c:\\program files 
>> (x86)\\Scripts\\django-admin.py'
>>
>> -- 
>> 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...@googlegroups.com.
>> To post to this group, send email to django...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/86091d59-6578-4e85-9be0-d24beb1f5b84%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
> You received this message because you are

Re: Installing Django

2017-01-30 Thread Antonis Christofides
If you want to build something like Upwork, then Django is definitely a good
option, but of course, as you have guessed, you have really much learning to do.

Regards,

Antonis

Antonis Christofides
http://djangodeployment.com


On 01/30/2017 02:27 PM, Danny Jr Chu wrote:
> I will consider your professional advise Antonis. However, what I would like
> to build is a (1st) freelancer website (upwork or like), I know that there are
> hundreds of these right now, but with a subtle twist and to offer both client
> and contractor something more, it may be feasible. (2nd) I fail to find Angel
> Investor so I have to cut cost everything to the rock bottom, I have a lot of
> time available to study and (plus motivation of course) and (3nd) I've done
> number of websites with blogspot (but plugins are paid monthly). So, I was
> thinking to do it myself the backbone with Django. 
> Please tell me more what I should have know to bring this project to life. 
>
> Thanks for your support,
> Danny
>
> On Monday, January 30, 2017 at 6:54:58 PM UTC+8, Antonis Christofides wrote:
>
> If you want to just make a web site, Django is the wrong thing for you.
> Django is not for building web sites, it's for building web applications.
> You might instead want to look at Mezzanine or Django-CMS or Wagtail
> (these are all software for building web sites and they're based on
> Django), or, if being based on Django is not a requirement, you can use
> Wordpress or Drupal. There are really many more, there must be tens. I
> believe the most popular is Wordpress.
>
> If you use any of these and install it on a server, you will only need to
> pay for the domain and hosting (and spend considerable time setting it 
> up).
>
> If you use wordpress.com , they set it up for you,
> so you don't need to install it yourself, and the cost is probably less
> than getting a virtual server to install stuff yourself.
>
> I don't want to discourage you from using Django if it's for you. I just
> don't want you to get the impression that "Django is
> bad/complicated/painful" when you just might be using it for the wrong
> purpose.
>
> Regards,
>
> Antonis
>
> Antonis Christofides
> http://djangodeployment.com
>
>
> On 01/30/2017 12:33 PM, Danny Jr Chu wrote:
>> Hi Antonis, 
>>
>> No I have not yet tried wordpress, but the answer is budget wise. I would
>> think that after these exercises, I am just going to pay (I think) the
>> domain and hosting only.
>>
>> Regards,
>> Danny
>>
>> On Monday, January 30, 2017 at 6:16:27 PM UTC+8, Antonis Christofides 
>> wrote:
>>
>>> I wish I could build a website out of my imaginary
>>
>> Hello,
>>
>> depending on what you mean with "build a website", you may be looking
>> at the wrong thing. Have you tried, for example, to build a web site
>> at wordpress.com ? If yes, why is this not
>> sufficient for you and you want to learn Django?
>>
>> Regards,
>>
>> Antonis
>>
>> Antonis Christofides
>> http://djangodeployment.com
>>
>>
>> On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
>>> Guys, please help. I am new with Python and Django, I mean I don't
>>> have any clue what's going on (don't even know how to encode), but I
>>> wish I could build a website out of my imaginary. I know this will
>>> goes miles and miles... I am trying to install Django but couple of
>>> errors occur : 
>>>
>>> PS C:\Users\Luv> easy_install django
>>> Searching for django
>>> Reading https://pypi.python.org/simple/django/
>>> 
>>> Downloading
>>> 
>>> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
>>> 
>>> 
>>> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
>>> Best match: Django 1.10.5
>>> Processing Django-1.10.5.tar.gz
>>> Writing
>>> 
>>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
>>> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir
>>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
>>> .5\egg-dist-tmp-k4dzxio3
>>> no previously-included directories found matching
>>> 'django\contrib\admin\bin'
>>> warning: no previously-included files matching '__pycache__' found
>>> anywhere in distribution
>>> creating c:\program files
>>> (x86)\lib\site-packages\django-1.10.5-py3.6.egg
>>> Extracting django-1.10.5-py3.6.egg to c:\program files
>>> (x86)\lib\site-packages
>>> Adding django 1.10.5 to easy-install.pth fi

Re: Installing Django

2017-01-30 Thread Danny Jr Chu
Ok, thanks.

On Monday, January 30, 2017 at 8:39:29 PM UTC+8, Antonis Christofides wrote:
>
> If you want to build something like Upwork, then Django is definitely a 
> good option, but of course, as you have guessed, you have really much 
> learning to do.
>
> Regards,
>
> Antonis
>
> Antonis Christofideshttp://djangodeployment.com
>
>
> On 01/30/2017 02:27 PM, Danny Jr Chu wrote:
>
> I will consider your professional advise Antonis. However, what I would 
> like to build is a (1st) freelancer website (upwork or like), I know that 
> there are hundreds of these right now, but with a subtle twist and to offer 
> both client and contractor something more, it may be feasible. (2nd) I fail 
> to find Angel Investor so I have to cut cost everything to the rock bottom, 
> I have a lot of time available to study and (plus motivation of course) and 
> (3nd) I've done number of websites with blogspot (but plugins are paid 
> monthly). So, I was thinking to do it myself the backbone with Django. 
> Please tell me more what I should have know to bring this project to life. 
>
> Thanks for your support,
> Danny
>
> On Monday, January 30, 2017 at 6:54:58 PM UTC+8, Antonis Christofides 
> wrote: 
>>
>> If you want to just make a web site, Django is the wrong thing for you. 
>> Django is not for building web sites, it's for building web applications. 
>> You might instead want to look at Mezzanine or Django-CMS or Wagtail (these 
>> are all software for building web sites and they're based on Django), or, 
>> if being based on Django is not a requirement, you can use Wordpress or 
>> Drupal. There are really many more, there must be tens. I believe the most 
>> popular is Wordpress.
>>
>> If you use any of these and install it on a server, you will only need to 
>> pay for the domain and hosting (and spend considerable time setting it up).
>>
>> If you use wordpress.com, they set it up for you, so you don't need to 
>> install it yourself, and the cost is probably less than getting a virtual 
>> server to install stuff yourself.
>>
>> I don't want to discourage you from using Django if it's for you. I just 
>> don't want you to get the impression that "Django is 
>> bad/complicated/painful" when you just might be using it for the wrong 
>> purpose.
>>
>> Regards,
>>
>> Antonis
>>
>> Antonis Christofideshttp://djangodeployment.com
>>
>>
>> On 01/30/2017 12:33 PM, Danny Jr Chu wrote:
>>
>> Hi Antonis,  
>>
>> No I have not yet tried wordpress, but the answer is budget wise. I would 
>> think that after these exercises, I am just going to pay (I think) the 
>> domain and hosting only.
>>
>> Regards,
>> Danny
>>
>> On Monday, January 30, 2017 at 6:16:27 PM UTC+8, Antonis Christofides 
>> wrote: 
>>>
>>> I wish I could build a website out of my imaginary
>>>
>>> Hello,
>>>
>>> depending on what you mean with "build a website", you may be looking at 
>>> the wrong thing. Have you tried, for example, to build a web site at 
>>> wordpress.com? If yes, why is this not sufficient for you and you want 
>>> to learn Django?
>>>
>>> Regards,
>>>
>>> Antonis
>>>
>>> Antonis Christofideshttp://djangodeployment.com
>>>
>>>
>>> On 01/30/2017 05:05 AM, Danny Jr Chu wrote:
>>>
>>> Guys, please help. I am new with Python and Django, I mean I don't have 
>>> any clue what's going on (don't even know how to encode), but I wish I 
>>> could build a website out of my imaginary. I know this will goes miles and 
>>> miles... I am trying to install Django but couple of errors occur :  
>>>
>>> PS C:\Users\Luv> easy_install django
>>> Searching for django
>>> Reading https://pypi.python.org/simple/django/
>>> Downloading 
>>> https://pypi.python.org/packages/c3/c2/6096bf5d0caa4e3d5b985ac72e3a0c795e37fa7407d6c85460b2a105b467/Django-1
>>> .10.5.tar.gz#md5=3fce02f1e6461fec21f1f15ea7489924
>>> Best match: Django 1.10.5
>>> Processing Django-1.10.5.tar.gz
>>> Writing 
>>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10.5\setup.cfg
>>> Running Django-1.10.5\setup.py -q bdist_egg --dist-dir 
>>> C:\Users\Luv\AppData\Local\Temp\easy_install-5dcbu64l\Django-1.10
>>> .5\egg-dist-tmp-k4dzxio3
>>> no previously-included directories found matching 
>>> 'django\contrib\admin\bin'
>>> warning: no previously-included files matching '__pycache__' found 
>>> anywhere in distribution
>>> creating c:\program files (x86)\lib\site-packages\django-1.10.5-py3.6.egg
>>> Extracting django-1.10.5-py3.6.egg to c:\program files 
>>> (x86)\lib\site-packages
>>> Adding django 1.10.5 to easy-install.pth file
>>> Installing django-admin.py script to c:\program files (x86)\Scripts
>>> error: [Errno 13] Permission denied: 'c:\\program files 
>>> (x86)\\Scripts\\django-admin.py'
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> To post to this group, send email to django.

Re: Installing Django

2013-12-12 Thread Thomas Lockhart

On 12/12/13 1:55 PM, Frederick Miller wrote:
For Windows XP, should Django be installed under the Python27 folder?  
Or should Django be on the root of the C: drive?


I have no experience with Windows installations, but for other platforms 
virtualenv and pip are a real help for getting repeatable, consistent 
installations with a minimum of effort. I believe that is the case for 
Windows boxes too.


If you use virtualenv, then you will have a complete python and django 
installation in a location of your choosing, independent of the system 
installation areas.


hth

 - Tom


Frederick Miller
--
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...@googlegroups.com.

To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/303094d2-2a45-4c56-bcf8-4884e97be365%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


--
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/52AA33D3.2060409%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-12 Thread Anurag Chourasia
It goes into Lib\site-packages folder.

Regards,
Anurag


On Thu, Dec 12, 2013 at 6:55 PM, Frederick Miller wrote:

> For Windows XP, should Django be installed under the Python27 folder?  Or
> should Django be on the root of the C: drive?
>
> Frederick Miller
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/303094d2-2a45-4c56-bcf8-4884e97be365%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANFgmFAcUFTx_B8mzrz1SCwoEtbMBkHC0VrGhVndXF7R-KAnEw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-12 Thread Mike Dewhirst
Frederick

On Windows, the easiest (decision-less) way to install Django is using pip 
or easy-install. Get pip first if you haven't done so already. Django will 
then end up in exactly the right place and work faultlessly. I recommend it.

Virtualenv becomes important when you want to run multiple separate Python 
projects (such as Django projects) but it is a complication you can do 
without if you are just starting. For example, you might have different 
projects which absolutely require different versions of (say) Python while 
you are migrating a project from Python 2.7 to 3.x. Or you might be 
committed to maintaining multiple versions of the same software and they 
have different 3rd party app requirements between versions.

VirtualenvWrapper makes manipulating Virtualenv easier but it doesn't 
appear to be available for Windows.

So, Django will end up in the right place if you use pip. If you install 
Virtualenv and activate it *then* use pip to install Django, it will also 
end up in the right place but only for the activated (virtual) environment. 
This is how you can install different versions of software in different 
virtual environments.

The real answer to your question is "you shouldn't care".

Mike

On Friday, December 13, 2013 8:55:50 AM UTC+11, Frederick Miller wrote:
>
> For Windows XP, should Django be installed under the Python27 folder?  Or 
> should Django be on the root of the C: drive?
>  
> Frederick Miller
>


 

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3a5619ca-f314-4229-bd97-030b054118d7%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-12 Thread mulianto
Frederick,

Python installer on windows by default install in c:\python 2.x\

And all package like django and others will be under python folder install in 
libs\site-package\

Better look to use virtenv so you can create a different environment for 
different project.

Thanks
Mulianto
Blog - Http://muliantophang.blogspot.com


Sent from my iPhone

On 13 Des 2013, at 11:17, Mike Dewhirst  wrote:

> Frederick
> 
> On Windows, the easiest (decision-less) way to install Django is using pip or 
> easy-install. Get pip first if you haven't done so already. Django will then 
> end up in exactly the right place and work faultlessly. I recommend it.
> 
> Virtualenv becomes important when you want to run multiple separate Python 
> projects (such as Django projects) but it is a complication you can do 
> without if you are just starting. For example, you might have different 
> projects which absolutely require different versions of (say) Python while 
> you are migrating a project from Python 2.7 to 3.x. Or you might be committed 
> to maintaining multiple versions of the same software and they have different 
> 3rd party app requirements between versions.
> 
> VirtualenvWrapper makes manipulating Virtualenv easier but it doesn't appear 
> to be available for Windows.
> 
> So, Django will end up in the right place if you use pip. If you install 
> Virtualenv and activate it *then* use pip to install Django, it will also end 
> up in the right place but only for the activated (virtual) environment. This 
> is how you can install different versions of software in different virtual 
> environments.
> 
> The real answer to your question is "you shouldn't care".
> 
> Mike
> 
> On Friday, December 13, 2013 8:55:50 AM UTC+11, Frederick Miller wrote:
>> 
>> For Windows XP, should Django be installed under the Python27 folder?  Or 
>> should Django be on the root of the C: drive?
>>  
>> Frederick Miller
> 
> 
>  
> -- 
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/3a5619ca-f314-4229-bd97-030b054118d7%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/E96FF68E-FF27-446C-97A5-D0EFFF4F5DDC%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-15 Thread Frederick Miller
Thank you, Mulianto.

On Friday, December 13, 2013 1:10:04 AM UTC-5, Mulianto wrote:
>
> Frederick,
>
> Python installer on windows by default install in c:\python 2.x\
>
> And all package like django and others will be under python folder install 
> in libs\site-package\
>
> Better look to use virtenv so you can create a different environment for 
> different project.
>
> Thanks
> Mulianto
> Blog - Http://muliantophang.blogspot.com
>
>
> Sent from my iPhone
>
> On 13 Des 2013, at 11:17, Mike Dewhirst > 
> wrote:
>
> Frederick
>
> On Windows, the easiest (decision-less) way to install Django is using pip 
> or easy-install. Get pip first if you haven't done so already. Django will 
> then end up in exactly the right place and work faultlessly. I recommend it.
>
> Virtualenv becomes important when you want to run multiple separate Python 
> projects (such as Django projects) but it is a complication you can do 
> without if you are just starting. For example, you might have different 
> projects which absolutely require different versions of (say) Python while 
> you are migrating a project from Python 2.7 to 3.x. Or you might be 
> committed to maintaining multiple versions of the same software and they 
> have different 3rd party app requirements between versions.
>
> VirtualenvWrapper makes manipulating Virtualenv easier but it doesn't 
> appear to be available for Windows.
>
> So, Django will end up in the right place if you use pip. If you install 
> Virtualenv and activate it *then* use pip to install Django, it will also 
> end up in the right place but only for the activated (virtual) environment. 
> This is how you can install different versions of software in different 
> virtual environments.
>
> The real answer to your question is "you shouldn't care".
>
> Mike
>
> On Friday, December 13, 2013 8:55:50 AM UTC+11, Frederick Miller wrote:
>>
>> For Windows XP, should Django be installed under the Python27 folder?  Or 
>> should Django be on the root of the C: drive?
>>  
>> Frederick Miller
>>
>
>
>  
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to django...@googlegroups.com
> .
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/3a5619ca-f314-4229-bd97-030b054118d7%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c08b4f89-91b2-40bc-a225-e36f38e1bc9c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-15 Thread Frederick Miller
Thank you, Mike.

On Thursday, December 12, 2013 10:17:39 PM UTC-5, Mike Dewhirst wrote:
>
> Frederick
>
> On Windows, the easiest (decision-less) way to install Django is using pip 
> or easy-install. Get pip first if you haven't done so already. Django will 
> then end up in exactly the right place and work faultlessly. I recommend it.
>
> Virtualenv becomes important when you want to run multiple separate Python 
> projects (such as Django projects) but it is a complication you can do 
> without if you are just starting. For example, you might have different 
> projects which absolutely require different versions of (say) Python while 
> you are migrating a project from Python 2.7 to 3.x. Or you might be 
> committed to maintaining multiple versions of the same software and they 
> have different 3rd party app requirements between versions.
>
> VirtualenvWrapper makes manipulating Virtualenv easier but it doesn't 
> appear to be available for Windows.
>
> So, Django will end up in the right place if you use pip. If you install 
> Virtualenv and activate it *then* use pip to install Django, it will also 
> end up in the right place but only for the activated (virtual) environment. 
> This is how you can install different versions of software in different 
> virtual environments.
>
> The real answer to your question is "you shouldn't care".
>
> Mike
>
> On Friday, December 13, 2013 8:55:50 AM UTC+11, Frederick Miller wrote:
>>
>> For Windows XP, should Django be installed under the Python27 folder?  Or 
>> should Django be on the root of the C: drive?
>>  
>> Frederick Miller
>>
>
>
>  
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/64d15c36-c638-4e8c-a127-8be41a09d1a5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-15 Thread Frederick Miller
Thank you, Thomas.

On Thursday, December 12, 2013 5:08:19 PM UTC-5, Thomas wrote:
>
> On 12/12/13 1:55 PM, Frederick Miller wrote: 
> > For Windows XP, should Django be installed under the Python27 folder?   
> > Or should Django be on the root of the C: drive? 
>
> I have no experience with Windows installations, but for other platforms 
> virtualenv and pip are a real help for getting repeatable, consistent 
> installations with a minimum of effort. I believe that is the case for 
> Windows boxes too. 
>
> If you use virtualenv, then you will have a complete python and django 
> installation in a location of your choosing, independent of the system 
> installation areas. 
>
> hth 
>
>   - Tom 
>
> > Frederick Miller 
> > -- 
> > 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...@googlegroups.com . 
> > To post to this group, send email to 
> > django...@googlegroups.com. 
>
> > Visit this group at http://groups.google.com/group/django-users. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/django-users/303094d2-2a45-4c56-bcf8-4884e97be365%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/groups/opt_out. 
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9a580d33-a021-45ec-867f-150e271eb14f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2013-12-15 Thread Frederick Miller
Thank you, Guddu.

On Thursday, December 12, 2013 9:19:40 PM UTC-5, Guddu wrote:
>
> It goes into Lib\site-packages folder.
>
> Regards,
> Anurag
>
>
> On Thu, Dec 12, 2013 at 6:55 PM, Frederick Miller 
> 
> > wrote:
>
>> For Windows XP, should Django be installed under the Python27 folder?  Or 
>> should Django be on the root of the C: drive?
>>  
>> Frederick Miller
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/303094d2-2a45-4c56-bcf8-4884e97be365%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d57a6802-eda0-4621-922f-2a27d0135760%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django

2007-07-15 Thread Russell Keith-Magee

On 7/16/07, shahabbash <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
> I am new to Django and am currently following the instructions on the
> Django site to get all the necessary components installed.   My
> question is simple: Can Django be installed and run on Windows? If so
> where can I get the Windows Installer?

Yes, Django can be installed on Windows.

No, there isn't a Windows installer. The instructions detail how to
install Django, and an installer isn't part of the process.

Yours,
Russ Magee %-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django

2017-06-05 Thread Daniel Roseman
On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote:
>
> Hi..
> I'm trying to install django using the pip command i.e (pip install 
> django) but i keep getting the same error message i.e "Requirement already 
> satisfied: django in c:\program files\python 
> 35-32\lib\site-packages\django-1.10.6-py3.5.egg"
> How can I solve this??
>

Solve what? It's telling you Django is already installed.
-- 
DR. 

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9f275611-09d9-4d73-8c4f-bbf48608589e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-06-05 Thread Oladipupo Elegbede
For the Python prompt from CMD and do the following

>>>import Django
>>>Django.VERSION


This should tell you what version of Django you have.


On Jun 5, 2017 7:21 AM, "Daniel Roseman"  wrote:

> On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote:
>>
>> Hi..
>> I'm trying to install django using the pip command i.e (pip install
>> django) but i keep getting the same error message i.e "Requirement already
>> satisfied: django in c:\program files\python 35-32\lib\site-packages\django
>> -1.10.6-py3.5.egg"
>> How can I solve this??
>>
>
> Solve what? It's telling you Django is already installed.
> --
> DR.
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/9f275611-09d9-4d73-8c4f-bbf48608589e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHjgLX5T-LjfbipxXCVvsV8OyYZ3pTjzBQ8%2BdLfLoDwM_jXmJA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-06-05 Thread Melvyn Sopacua
On Monday 05 June 2017 06:44:13 Oladipupo Elegbede wrote:
> For the Python prompt from CMD and do the following
> 
> >>>import Django
> >>>Django.VERSION

1) it's django not Django
 
> This should tell you what version of Django you have.
> 
> On Jun 5, 2017 7:21 AM, "Daniel Roseman"  wrote:
> > On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote:
> >> Hi..
> >> I'm trying to install django using the pip command i.e (pip install
> >> django) but i keep getting the same error message i.e "Requirement
> >> already satisfied: django in c:\program files\python
> >> 35-32\lib\site-packages\django -1.10.6-py3.5.egg"

2) I'm betting it's 1.10.6 on Python 3.5 (32-bits, shooting for the bonus 
points).
-- 
Melvyn Sopacua

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9871067.85mFGhf4C7%40devstation.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django

2017-06-05 Thread Carlos Andre
pip install django==1.10



2017-06-05 13:59 GMT-03:00 Melvyn Sopacua :

> On Monday 05 June 2017 06:44:13 Oladipupo Elegbede wrote:
>
> > For the Python prompt from CMD and do the following
>
> >
>
> > >>>import Django
>
> > >>>Django.VERSION
>
>
>
> 1) it's django not Django
>
> > This should tell you what version of Django you have.
>
> >
>
> > On Jun 5, 2017 7:21 AM, "Daniel Roseman"  wrote:
>
> > > On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote:
>
> > >> Hi..
>
> > >> I'm trying to install django using the pip command i.e (pip install
>
> > >> django) but i keep getting the same error message i.e "Requirement
>
> > >> already satisfied: django in c:\program files\python
>
> > >> 35-32\lib\site-packages\django -1.10.6-py3.5.egg"
>
>
>
> 2) I'm betting it's 1.10.6 on Python 3.5 (32-bits, shooting for the bonus
> points).
>
> --
>
> Melvyn Sopacua
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/9871067.85mFGhf4C7%40devstation
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA8yBMz%2B8nkt88nezW_yPVHU4_%2BOAtV2hPsBa972PDZ3K-D_gQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django 1.0.2...

2008-12-31 Thread Karen Tracey
On Wed, Dec 31, 2008 at 3:36 AM, mic  wrote:

>
> I am a first time python/django user
>
> running "python setup.py install" gives me this error
>
> Traceback (most recent call last):
>  File "setup.py", line 69, in 
>version = __import__('django').get_version()
>  File "C:\Django-1.0.2-final\django\__init__.py", line 13, in
> get_version
>from django.utils.version import get_svn_revision
> ImportError: No module named utils.version
>
> Any help is appreciated.
>
> Thanks for the help.
>

That's odd. Do you have the files:

C:\Django-1.0.2-final\django\utils\__init__.py
C:\Django-1.0.2-final\django\utils\version.py

If not, something has gone wrong with unpacking the 1.0.2 tarfile because
those files are in it.

If you do have those files, what version of Python are you using?

Karen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django 1.0.2...

2008-12-31 Thread Peter

Python cannot find django/utils/version.py. Usually everything needed
for
to run django (which is everything in the 'django' folder) is put
under the folder 'site-packages'
in your pythin installation. AFAIK simply copying C:\Django-1.0.2-final
\django to site-packages\django
should work.

-- Peter

On Dec 31, 8:46 am, mic  wrote:
> I am a first time python/django user..
>
> Running "python setup.py install" from django-1.0.2-final directory
> gives me this error
>
> Traceback (most recent call last):
>   File "setup.py", line 69, in 
>     version = __import__('django').get_version()
>   File "C:\Django-1.0.2-final\django\__init__.py", line 13, in
> get_version
>     from django.utils.version import get_svn_revision
> ImportError: No module named utils.version
>
> Any ideas on what I am missing?
>
> Thanks
>
> Mic
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django 1.0.2...

2008-12-31 Thread Karen Tracey
On Wed, Dec 31, 2008 at 9:20 AM, Peter  wrote:

>
> Python cannot find django/utils/version.py. Usually everything needed
> for
> to run django (which is everything in the 'django' folder) is put
> under the folder 'site-packages'
> in your pythin installation. AFAIK simply copying C:\Django-1.0.2-final
> \django to site-packages\django
> should work.
>

The command that is failing here is "python setup.py install".  It should
not be necessary to copy anything to site-packages prior to running the
install command.

Karen


> -- Peter
>
> On Dec 31, 8:46 am, mic  wrote:
> > I am a first time python/django user..
> >
> > Running "python setup.py install" from django-1.0.2-final directory
> > gives me this error
> >
> > Traceback (most recent call last):
> >   File "setup.py", line 69, in 
> > version = __import__('django').get_version()
> >   File "C:\Django-1.0.2-final\django\__init__.py", line 13, in
> > get_version
> > from django.utils.version import get_svn_revision
> > ImportError: No module named utils.version
> >
> > Any ideas on what I am missing?
> >
> > Thanks
> >
> > Mic
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django 1.0.2...

2009-01-06 Thread Jay

Karen, thanks for your comments, you are right.
However, it turns out that the file "...\Django-1.0.2-final\django
\utils\__init__.py" has size 0, and it seems when using winzip ( I
just realized why 7-zip may have been required for unzipping), the 0
size file is *not*  written out. In fact "viewing" the file causes an
error (at least on my version winzip 7.0 SR-1). The simple work around
is to create an empty file named __init__.py in "...\Django-1.0.2-final
\django\utils".

Now the command "setup.py install" works just fine.

Jay

On Dec 31 2008, 9:14 am, "Karen Tracey"  wrote:
> On Wed, Dec 31, 2008 at 3:36 AM, mic  wrote:
>
> > I am a first time python/django user
>
> > running "python setup.py install" gives me this error
>
> > Traceback (most recent call last):
> >  File "setup.py", line 69, in 
> >    version = __import__('django').get_version()
> >  File "C:\Django-1.0.2-final\django\__init__.py", line 13, in
> > get_version
> >    from django.utils.version import get_svn_revision
> > ImportError: No module named utils.version
>
> > Any help is appreciated.
>
> > Thanks for the help.
>
> That's odd. Do you have the files:
>
> C:\Django-1.0.2-final\django\utils\__init__.py
> C:\Django-1.0.2-final\django\utils\version.py
>
> If not, something has gone wrong with unpacking the 1.0.2 tarfile because
> those files are in it.
>
> If you do have those files, what version of Python are you using?
>
> Karen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django 1.0.2...

2009-01-06 Thread Karen Tracey
On Tue, Jan 6, 2009 at 7:16 AM, Jay  wrote:

>
> Karen, thanks for your comments, you are right.
> However, it turns out that the file "...\Django-1.0.2-final\django
> \utils\__init__.py" has size 0, and it seems when using winzip ( I
> just realized why 7-zip may have been required for unzipping), the 0
> size file is *not*  written out. In fact "viewing" the file causes an
> error (at least on my version winzip 7.0 SR-1). The simple work around
> is to create an empty file named __init__.py in "...\Django-1.0.2-final
> \django\utils".
>
> Now the command "setup.py install" works just fine.
>

Be aware there are many more 0-byte __init__.py files in the django
tarball.  Any tool that doesn't correctly extract them is probably not
something you want to be using.  These files are common in any Python-based
project.

Karen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Installing Django 1.0.2...

2009-01-31 Thread mic

hi Karen,

>> That's odd. Do you have the files:

>> C:\Django-1.0.2-final\django\utils\__init__.py
>> C:\Django-1.0.2-final\django\utils\version.py

I have the following structure...

C:\Django-1.0.2-final\django\__init__.py
C:\Django-1.0.2-final\django\utils\version.py

Can't figure out why this is not working

On Jan 6, 9:11 am, "Karen Tracey"  wrote:
> On Tue, Jan 6, 2009 at 7:16 AM, Jay  wrote:
>
> > Karen, thanks for your comments, you are right.
> > However, it turns out that the file "...\Django-1.0.2-final\django
> > \utils\__init__.py" has size 0, and it seems when using winzip ( I
> > just realized why 7-zip may have been required for unzipping), the 0
> > size file is *not*  written out. In fact "viewing" the file causes an
> > error (at least on my version winzip 7.0 SR-1). The simple work around
> > is to create an empty file named __init__.py in "...\Django-1.0.2-final
> > \django\utils".
>
> > Now the command "setup.py install" works just fine.
>
> Be aware there are many more 0-byte __init__.py files in the django
> tarball.  Any tool that doesn't correctly extract them is probably not
> something you want to be using.  These files are common in any Python-based
> project.
>
> Karen
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing django extensions

2012-08-16 Thread Alexis Roda

Al 16/08/12 15:23, En/na Sells, Fred ha escrit:


C:\alltools\python26>python

Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit
(Intel)] on win32

Type "help", "copyright", "credits" or "license" for more information.


>> import django_extensions



>> dir(django_extensions)


['VERSION', '__builtins__', '__doc__', '__file__', '__name__',
'__package__', '__path__', '__version__', 'str_version']


Your INSTALLED_APPS snippet looks right to me.

What happens if you import 'django_extensions' from 'manage.py shell' ?

...>\alltools\python26\python manage.py shell
...
>> import django_extensions
>> dir(django_extensions)


Regards

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django extensions

2012-08-16 Thread Amyth Arora
As Alexis said,

Try importing it in a shell and see what response you get, the
INSTALLED_APPS dictionary is correct , seems more like a corrupt
installation of django_extentions.

On Thu, Aug 16, 2012 at 6:53 PM, Sells, Fred
 wrote:
> I’m running python2.6 and django 1.3
>
>
>
> I’ve installed django_extensions using easy_install  and verified it as
> shown.
>
> Directory of C:\alltools\python26\Lib\site-packages
>
>
>
> 08/16/2012  07:59 AM  .
>
> 08/16/2012  07:59 AM  ..
>
> 03/12/2012  11:19 AM  django
>
> 05/28/2011  10:47 AM 1,255 Django-1.3-py2.6.egg-info
>
> 08/16/2012  07:59 AM  django_extensions-0.9-py2.6.egg
>
>
>
> And via python as shown below
>
> C:\alltools\python26>python
>
> Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
> on win32
>
> Type "help", "copyright", "credits" or "license" for more information.
>
 import django_extensions
>
 dir(django_extensions)
>
> ['VERSION', '__builtins__', '__doc__', '__file__', '__name__',
> '__package__', '__path__', '__version__', 'str_version']
>
>
>
> I think my problem is in my settings.py file which I configured as shown
> based on the video
> http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/
> I have googled for the correct notation, but with no success and the
> following just “feels” wrong.  I suspect I’m mixing “old” and new
> configuration styles based on older documentation but have found nothing
> better.
>
>
>
> INSTALLED_APPS = (
>
> #'django.contrib.auth',
>
> 'django.contrib.contenttypes',
>
> 'django.contrib.sessions',
>
> 'django.contrib.sites',
>
> 'django.contrib.messages',
>
> 'django_extensions',
>
>   … my stuff
>
>
>
> When I try to use the extensions, they are not there and manage help just
> shows the normal default commands
>
>
>
> :\all\projects\AccTherapySchedulerServer\AccTherapySite>\alltools\python26\python
> manage.py graph_models -a -g -o test.png
>
> nknown command: 'graph_models'
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.



-- 
Best Regards,

Amyth Arora
+91856363
+918800212140

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



RE: installing django extensions

2012-08-16 Thread Sells, Fred
It seems to import OK, see below:
>more manage.bat
\alltools\python26\python manage.py %1 %2 %3 %4 %5

C:\all\projects\AccTherapySchedulerServer\AccTherapySite>manage shell

C:\all\projects\AccTherapySchedulerServer\AccTherapySite>\alltools\python26\python
 manage.py shell
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>
>>> import django_extensions
>>> dir(django_extensions)
['VERSION', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 
'__path__', '__version__', 'str_version']
>>> django_extensions.VERSION
(0, 9)
>>>
however if I run manage help I see the following which does not 
seem like it has extensions--
Available subcommand
  cleanup
  compilemessages
  createcachetable
  dbshell
  diffsettings
  dumpdata
  flush
  inspectdb
  loaddata
  makemessages
  reset
  runfcgi
  runserver
  shell
  sql
  sqlall
  sqlclear
  sqlcustom
  sqlflush
  sqlindexes
  sqlinitialdata
  sqlreset
  sqlsequencereset
  startapp
  syncdb
  test
  testserver
  validate

Now this is a W7 system I use for development FWIW.

===

-Original Message-
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On 
Behalf Of Amyth Arora
Sent: Thursday, August 16, 2012 11:10 AM
To: django-users@googlegroups.com
Subject: Re: installing django extensions

As Alexis said,

Try importing it in a shell and see what response you get, the INSTALLED_APPS 
dictionary is correct , seems more like a corrupt installation of 
django_extentions.

On Thu, Aug 16, 2012 at 6:53 PM, Sells, Fred  
wrote:
> I'm running python2.6 and django 1.3
>
>
>
> I've installed django_extensions using easy_install  and verified it 
> as shown.
>
> Directory of C:\alltools\python26\Lib\site-packages
>
>
>
> 08/16/2012  07:59 AM  .
>
> 08/16/2012  07:59 AM  ..
>
> 03/12/2012  11:19 AM  django
>
> 05/28/2011  10:47 AM 1,255 Django-1.3-py2.6.egg-info
>
> 08/16/2012  07:59 AM  django_extensions-0.9-py2.6.egg
>
>
>
> And via python as shown below
>
> C:\alltools\python26>python
>
> Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
> (Intel)] on win32
>
> Type "help", "copyright", "credits" or "license" for more information.
>
>>>> import django_extensions
>
>>>> dir(django_extensions)
>
> ['VERSION', '__builtins__', '__doc__', '__file__', '__name__', 
> '__package__', '__path__', '__version__', 'str_version']
>
>
>
> I think my problem is in my settings.py file which I configured as 
> shown based on the video 
> http://ericholscher.com/blog/2008/sep/12/screencast-django-command-ext
> ensions/ I have googled for the correct notation, but with no success 
> and the following just "feels" wrong.  I suspect I'm mixing "old" and 
> new configuration styles based on older documentation but have found 
> nothing better.
>
>
>
> INSTALLED_APPS = (
>
> #'django.contrib.auth',
>
> 'django.contrib.contenttypes',
>
> 'django.contrib.sessions',
>
> 'django.contrib.sites',
>
> 'django.contrib.messages',
>
> 'django_extensions',
>
>   ... my stuff
>
>
>
> When I try to use the extensions, they are not there and manage help 
> just shows the normal default commands
>
>
>
> :\all\projects\AccTherapySchedulerServer\AccTherapySite>\alltools\pyth
> on26\python manage.py graph_models -a -g -o test.png
>
> nknown command: 'graph_models'
>
> --
> You received this message because you are subscribed to the Google 
> Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.



--
Best Regards,

Amyth Arora
+91856363
+918800212140

--
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django extensions

2012-08-16 Thread Alexis Roda

Al 16/08/12 17:20, En/na Sells, Fred ha escrit:

It seems to import OK, see below:

more manage.bat

\alltools\python26\python manage.py %1 %2 %3 %4 %5

C:\all\projects\AccTherapySchedulerServer\AccTherapySite>manage shell

C:\all\projects\AccTherapySchedulerServer\AccTherapySite>\alltools\python26\python
 manage.py shell
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)


import django_extensions
dir(django_extensions)

['VERSION', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 
'__path__', '__version__', 'str_version']

django_extensions.VERSION

(0, 9)



however if I run manage help I see the following which does not 
seem like it has extensions--
Available subcommand
   cleanup
   compilemessages

...

   test
   testserver
   validate


right, django-extensions' commands are missing.


Now this is a W7 system I use for development FWIW.


I have no experience developing on w7. I have tested it on linux with a 
clean virtualenv (python 2.6.2, django 1.3 and django-extensions 0.9) 
and it works fine.


If I run 'python' by itself I can get the django commands but not the 
d-e ones:


$ python
Python 2.6.2 (r262:71600, May 21 2009, 18:30:52)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from django.core.management import get_commands
>>> get_commands().keys()
['compilemessages', 'dumpdata', 'startproject', 'sqlcustom',
...
'loaddata', 'cleanup', 'sqlindexes']


If I run 'python manage.py shell' I get both django and d-e commands:

$ python manage.py shell
Python 2.6.2 (r262:71600, May 21 2009, 18:30:52)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.core.management import get_commands
>>> get_commands().keys()
['show_urls', 'generate_secret_key', 'set_fake_passwords',
...
'describe_form', 'cleanup', 'sqlindexes']


That makes me believe that the problem is somewhat related with the 
settings not being (properly) loaded. Could you try:


$ python manage.py shell
Python 2.6.2 (r262:71600, May 21 2009, 18:30:52)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.conf import settings
>>> settings.INSTALLED_APPS
['django.contrib.auth', 'django.contrib.contenttypes', 
'django.contrib.sessions', 'django.contrib.sites', 
'django.contrib.messages', 'django.contrib.staticfiles', 
'django_extensions']

>>> import os
>>> os.environ["DJANGO_SETTINGS_MODULE"]
'foo.settings'


I expect that you'll get an ImportError exception (your environment is 
not properly configured) or that 'django_extensions' is missing (the 
wrong settings.py is being loaded).




Regards

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



RE: installing django extensions

2012-08-16 Thread Sells, Fred
Thanks, that last post was the clue I needed. I have 2 independent, active 
django projects and was erroneously editing the settings.py in the wrong 
project.  Just plain old stupid error, but I may have not seen it for days 
without all your help.  Thanks and apologies for taking up your time.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: installing django extensions

2012-08-16 Thread Alexis Roda

Al 16/08/12 19:16, En/na Sells, Fred ha escrit:

Thanks, that last post was the clue I needed. I have 2 independent, active 
django projects and was erroneously editing the settings.py in the wrong 
project.  Just plain old stupid error, but I may have not seen it for days 
without all your help.  Thanks and apologies for taking up your time.



This mistake sounds familiar :)


Regards

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Installing django-allauth

2013-05-02 Thread Sam Solomon
Hello,

What version of allauth are you trying to install and where did you get it 
from?

https://github.com/pennersr/django-allauth/tree/0.10.0/allauth/socialaccount/migrations
 is 
the most recent version on pypi and has more than 2 migrations.

Could it be that you have another app installed that also has a 
socialaccount app, meaning you will not be able to use the apps together? 
Please respond with your INSTALLED_APPS.

On Wednesday, May 1, 2013 4:51:56 PM UTC-7, אברהם סרור wrote:
>
> Hi,
>
> I'm trying to install django-allauth in a new project (if anyone can 
> recommend something else for any reason I'm open to suggestions)
>
> when running syncdb it says that I need to use south migrate for the 
> allauth apps
>
> when running it throws an exception: django.db.utils.DatabaseError: table 
> "socialaccount_socialapp" already exists
>
> Apparently allauth has it's internal migrations in the vcs, but it doesn't 
> support migrations
>
> it looks like the app socialaccount has migration 1 - initial and then 
> migration 7 - initial
> so of course when trying to run 7 it tries to create the table again, and 
> fails.
>
> an easy solution would be to delete allauth migration folder, but this 
> would mean to clone it and maintain yet another fork, and having headaches 
> when updating it.
>
> does anyone reccomend a workaround/solution to this?
>  

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Installing django-allauth

2013-05-02 Thread Avraham Serour
I upgraded from 0.8.3 I believe to 0.10.1

actually the problem was that my own installation on my dev virtualenv got
polluted not sure how.
In any case I migrated until the problematic migrations, migrate the
problematic migration with --fake and then simply ran the rest of the
migrations

so far so good

thanks anyway


On Thu, May 2, 2013 at 7:59 PM, Sam Solomon  wrote:

> Hello,
>
> What version of allauth are you trying to install and where did you get it
> from?
>
>
> https://github.com/pennersr/django-allauth/tree/0.10.0/allauth/socialaccount/migrations
>  is
> the most recent version on pypi and has more than 2 migrations.
>
> Could it be that you have another app installed that also has a
> socialaccount app, meaning you will not be able to use the apps together?
> Please respond with your INSTALLED_APPS.
>
>
> On Wednesday, May 1, 2013 4:51:56 PM UTC-7, אברהם סרור wrote:
>>
>> Hi,
>>
>> I'm trying to install django-allauth in a new project (if anyone can
>> recommend something else for any reason I'm open to suggestions)
>>
>> when running syncdb it says that I need to use south migrate for the
>> allauth apps
>>
>> when running it throws an exception: django.db.utils.**DatabaseError:
>> table "socialaccount_socialapp" already exists
>>
>> Apparently allauth has it's internal migrations in the vcs, but it
>> doesn't support migrations
>>
>> it looks like the app socialaccount has migration 1 - initial and then
>> migration 7 - initial
>> so of course when trying to run 7 it tries to create the table again, and
>> fails.
>>
>> an easy solution would be to delete allauth migration folder, but this
>> would mean to clone it and maintain yet another fork, and having headaches
>> when updating it.
>>
>> does anyone reccomend a workaround/solution to this?
>>
>  --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Installing django dev

2013-09-11 Thread Lachlan Musicman
Ok, so since I actually wanted 1.6b3, I checked out the correct tag
and ran pip install -e again, but with the same results. Except for
the version # obv - that is correctly showing 1.6b3 instead of
1.7.dev20130911220310

cheers
L.

On 12 September 2013 12:01, Lachlan Musicman  wrote:
> Hola All,
>
> I can't seem to install the Django dev code?
>
> Following the instructions here:
> https://docs.djangoproject.com/en/1.5/topics/install/#installing-development-version
>
> details:
> OS: Ubuntu 12.04.3,
> pip 1.4.1,
> virtualenv 1.10.1,
>
> Django 1.5.3 is installed
>
> 1. git cloned
> 2. workon djangoenv
> 3.1 pip install -e django-trunk/
>
> Gives error "error: Django.egg-info/PKG-INFO: Permission denied"
>
> 3.2 sudo pip install -e django-trunk
>
> Gives error...well, no error. But I get the message "Installing
> django-admin.py script to /usr/local/bin"
>
> Sure enough, while in the virtualenv, /usr/local/bin/django-admin.py
> --version gives 1.7.dev20130911220310 but django-admin.py gives 1.5.3
>
> What am I doing wrong or what have I missed?
>
>
> (I am starting a project and wanted to use the dev branch - 1.6b3 has
> some nice features that I'd like to use, but I need to push the beta
> of this out the door roughly the same time as 1.6 final is being
> released.)
>
> cheers
> L.
>
>
> --
> Maya Otos (@maya_otos) tweeted at 9:27 PM on Tue, Jul 30, 2013:
> When you used to be punk, and now you are still punk but not as punk,
> are you post-punk or decaying punk or ex-punk or just not punk anymore



-- 
Maya Otos (@maya_otos) tweeted at 9:27 PM on Tue, Jul 30, 2013:
When you used to be punk, and now you are still punk but not as punk,
are you post-punk or decaying punk or ex-punk or just not punk anymore

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing django dev

2013-09-12 Thread Germán Larraín
If you are using a virtualenv I don't see why you need to use "sudo".

Where did you clone the git repo? Do you have the "regular" permissions in that 
directory?

Also, consider reading the dev version of the docs, not 1.5 (like the link you 
referenced).

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Installing Django [Again]

2015-07-09 Thread Fred Chevitarese
Well Steve, i will try to help you!

1 - Make sure to put Python at the system path.  I mean, you can run python
at prompt?
2 - After that, make sure C:\PythonXX\Scripts is on system path as well.
3 - Now, you need to create your project. Try to run django-admin.py to see
if there's any information. If yes, go ahead and create your project with
django-admin.py startproject project_name

There's a link on how to do steps 1 and 2 --> http://goo.gl/wxtgb
Another one --> http://goo.gl/qlppe9


Here you can find how to install Django, but i think you already did -->
https://goo.gl/rI55Le

And finally how you create your project, apps and so on!
Go ahead and try the tutorial. It's the first step to make anything,
otherwise, you will always get stuck =D
https://goo.gl/Z7Ik2w

Hope it helps =D

Cheers!


Em qui, 9 de jul de 2015 às 13:39, Steve Burrus 
escreveu:

> *I know thrat I have appealed for help about this before but I am having
> problems aGAIN with installing Django. Well I was able to run "pip install
> django" okay but then I don't know where to go from there! Here is where I
> am now :  (myenv)C:\Users\SteveB\Desktop\myenv>*
>
>
>  --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/7621b62f-01fc-4ef4-8907-7385b9e31a17%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKyfVpJQTrYQ3fpRzsJg9BNEKXX5pkffB9ZTnUtFNO8LJHKGdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django [Again]

2015-07-09 Thread gahuber
Hi Steve,

I've just gone thru the steps in the link below and it was very helpful.  
At least the first 3 videos were really good and got me up and running.

https://codingforentrepreneurs.com/projects/start-with-windows/

Thanks,
Andy


On Thursday, July 9, 2015 at 12:38:52 PM UTC-4, Steve Burrus wrote:

> *I know thrat I have appealed for help about this before but I am having 
> problems aGAIN with installing Django. Well I was able to run "pip install 
> django" okay but then I don't know where to go from there! Here is where I 
> am now :  (myenv)C:\Users\SteveB\Desktop\myenv>*
>
>
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f4c3550f-19e5-4291-b318-ef04d7bc8c38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst

On 4/07/2016 12:01 PM, Steve Burrus wrote:

well I uyet again am encountering problems with installing the Django
server. I managed to get to this point "(stevesenv)
C:\Users\sbur87\Desktop\steves_dir\stevesenv>"


It looks as though you have successfully got virtualenv working.

Therefore the short answer to your question is ...

(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django

Cheers

Mike


but where exactly do I go

from here in installing django? Man y thanx to anyone who can help me
with this "trying" problem of mine.Â

--
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...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django Problem.

2016-07-03 Thread Steve Burrus
Well I did tjhis okay "(stevesenv)
C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip
install django" but still the question persists where I go from here? I
remember using "django-admin" before. How do I use that?

On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst  wrote:

> On 4/07/2016 12:01 PM, Steve Burrus wrote:
>
>> well I uyet again am encountering problems with installing the Django
>> server. I managed to get to this point "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>
>
> It looks as though you have successfully got virtualenv working.
>
> Therefore the short answer to your question is ...
>
> (stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django
>
> Cheers
>
> Mike
>
>
> but where exactly do I go
>
>> from here in installing django? Man y thanx to anyone who can help me
>> with this "trying" problem of mine.Â
>>
>> --
>> 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...@googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
>> <
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com?utm_medium=email&utm_source=footer
>> >.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst

On 4/07/2016 1:06 PM, Steve Burrus wrote:

Well I did tjhis okay "(stevesenv)
C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but
still the question persists where I go from here? I remember using
"django-admin" before. How do I use that?


Here is a good place to start ...

https://docs.djangoproject.com/en/1.9/

That page covers how the documentation is organised. You need to work 
your way through all the installation steps including database etc.


Then the most important next step is to wrk through the tutorial. Once 
you get that done there are quite a few third party tutorials on the web.


Good luck


Mike






On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst mailto:mi...@dewhirst.com.au>> wrote:

On 4/07/2016 12:01 PM, Steve Burrus wrote:

well I uyet again am encountering problems with installing the
Django
server. I managed to get to this point "(stevesenv)
C:\Users\sbur87\Desktop\steves_dir\stevesenv>"


It looks as though you have successfully got virtualenv working.

Therefore the short answer to your question is ...

(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install
django

Cheers

Mike


but where exactly do I go

from here in installing django? Man y thanx to anyone who can
help me
with this "trying" problem of mine.Â

--
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...@googlegroups.com

>.
To post to this group, send email to
django-users@googlegroups.com 
>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to a topic in
the Google Groups "Django users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
django-users+unsubscr...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au.

For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c75376c1-6bcf-0fea-d3a1-9e74b6657062%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: Installing Django Problem.

2016-07-04 Thread Hildeberto Mendonça
I strongly recommend this tutorial for beginners:
http://tutorial.djangogirls.org/en/

I helped me on my first contact with Django. The girls are doing a great
job there.

On Mon, Jul 4, 2016 at 6:15 AM, Mike Dewhirst  wrote:

> On 4/07/2016 1:06 PM, Steve Burrus wrote:
>
>> Well I did tjhis okay "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but
>> still the question persists where I go from here? I remember using
>> "django-admin" before. How do I use that?
>>
>
> Here is a good place to start ...
>
> https://docs.djangoproject.com/en/1.9/
>
> That page covers how the documentation is organised. You need to work your
> way through all the installation steps including database etc.
>
> Then the most important next step is to wrk through the tutorial. Once you
> get that done there are quite a few third party tutorials on the web.
>
> Good luck
>
>
> Mike
>
>
>
>
>
>> On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst > > wrote:
>>
>> On 4/07/2016 12:01 PM, Steve Burrus wrote:
>>
>> well I uyet again am encountering problems with installing the
>> Django
>> server. I managed to get to this point "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>
>>
>> It looks as though you have successfully got virtualenv working.
>>
>> Therefore the short answer to your question is ...
>>
>> (stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install
>> django
>>
>> Cheers
>>
>> Mike
>>
>>
>> but where exactly do I go
>>
>> from here in installing django? Man y thanx to anyone who can
>> help me
>> with this "trying" problem of mine.Â
>>
>> --
>> 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...@googlegroups.com
>> 
>> > >.
>> To post to this group, send email to
>> django-users@googlegroups.com > django-users@googlegroups.com>
>> > >.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
>> <
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com?utm_medium=email&utm_source=footer
>> >.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> You received this message because you are subscribed to a topic in
>> the Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>>
>> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> django-users+unsubscr...@googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> 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...@googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com
>> <
>> https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com?utm_medium=email&utm_source=footer
>> >.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/g

Re: Installing Django Problem.

2016-07-04 Thread Steve Burrus
Well I successfully set up the Django server an d then connected to oit BUT
I couldn't use that "syncdb" command to then set the pw and username in the
admin.

On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst 
wrote:

> On 4/07/2016 1:06 PM, Steve Burrus wrote:
>
>> Well I did tjhis okay "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but
>> still the question persists where I go from here? I remember using
>> "django-admin" before. How do I use that?
>>
>
> Here is a good place to start ...
>
> https://docs.djangoproject.com/en/1.9/
>
> That page covers how the documentation is organised. You need to work your
> way through all the installation steps including database etc.
>
> Then the most important next step is to wrk through the tutorial. Once you
> get that done there are quite a few third party tutorials on the web.
>
> Good luck
>
>
> Mike
>
>
>
>
>
>> On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst > > wrote:
>>
>> On 4/07/2016 12:01 PM, Steve Burrus wrote:
>>
>> well I uyet again am encountering problems with installing the
>> Django
>> server. I managed to get to this point "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>
>>
>> It looks as though you have successfully got virtualenv working.
>>
>> Therefore the short answer to your question is ...
>>
>> (stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install
>> django
>>
>> Cheers
>>
>> Mike
>>
>>
>> but where exactly do I go
>>
>> from here in installing django? Man y thanx to anyone who can
>> help me
>> with this "trying" problem of mine.Â
>>
>> --
>> 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...@googlegroups.com
>> 
>> > >.
>> To post to this group, send email to
>> django-users@googlegroups.com > django-users@googlegroups.com>
>> > >.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
>> <
>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com?utm_medium=email&utm_source=footer
>> >.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> You received this message because you are subscribed to a topic in
>> the Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>>
>> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> django-users+unsubscr...@googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> 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...@googlegroups.com
>> .
>> To post to this group, send email to django-users@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>>
>> https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com
>> <
>> https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com?utm_medium=email&utm_source=footer
>> >.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this gr

Re: Installing Django Problem.

2016-07-04 Thread ludovic coues
I could ask you what error you get when running syncdb. I could tell
you to use manage.py createsuperuser.
But the best advice anyone can give you is to do a tutorial about
django. The django girls one is really great. The one from the
official documentation is shorter. Either one will give you a solid
base for starting to use django.

2016-07-04 16:19 GMT+02:00 Steve Burrus :
> Well I successfully set up the Django server an d then connected to oit BUT
> I couldn't use that "syncdb" command to then set the pw and username in the
> admin.
>
> On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst 
> wrote:
>>
>> On 4/07/2016 1:06 PM, Steve Burrus wrote:
>>>
>>> Well I did tjhis okay "(stevesenv)
>>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but
>>> still the question persists where I go from here? I remember using
>>> "django-admin" before. How do I use that?
>>
>>
>> Here is a good place to start ...
>>
>> https://docs.djangoproject.com/en/1.9/
>>
>> That page covers how the documentation is organised. You need to work your
>> way through all the installation steps including database etc.
>>
>> Then the most important next step is to wrk through the tutorial. Once you
>> get that done there are quite a few third party tutorials on the web.
>>
>> Good luck
>>
>>
>> Mike
>>
>>
>>
>>
>>>
>>> On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst >> > wrote:
>>>
>>> On 4/07/2016 12:01 PM, Steve Burrus wrote:
>>>
>>> well I uyet again am encountering problems with installing the
>>> Django
>>> server. I managed to get to this point "(stevesenv)
>>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>>
>>>
>>> It looks as though you have successfully got virtualenv working.
>>>
>>> Therefore the short answer to your question is ...
>>>
>>> (stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install
>>> django
>>>
>>> Cheers
>>>
>>> Mike
>>>
>>>
>>> but where exactly do I go
>>>
>>> from here in installing django? Man y thanx to anyone who can
>>> help me
>>> with this "trying" problem of mine.Â
>>>
>>> --
>>> 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...@googlegroups.com
>>> 
>>> >> >.
>>> To post to this group, send email to
>>> django-users@googlegroups.com
>>> 
>>> >> >.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>>
>>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
>>>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to a topic in
>>> the Google Groups "Django users" group.
>>> To unsubscribe from this topic, visit
>>>
>>> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> django-users+unsubscr...@googlegroups.com
>>> .
>>> To post to this group, send email to django-users@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>>
>>> https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au.
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> 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...@googlegroups.com
>>> .
>>> To post to this group, send email to django-users@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>>
>>> https://groups.google.com/d/msgid/django-users/CABcoaSDkTfc2QoxD_S3PqJCaTiigmp1msrvxDOq-pUK9Y9hD8Q%40mail.gmail.com
>>>
>>> 

Re: Installing Django Problem.

2016-07-04 Thread Steve R Burrus
Wel;l everyone I guess that I have met with success as far as connecting to  
the Django server a nd configuring the admin BUT there remains A LOT of things 
about Django I don't know yet.    

On Monday, July 4, 2016 2:31 PM, ludovic coues  wrote:
 

 I could ask you what error you get when running syncdb. I could tell
you to use manage.py createsuperuser.
But the best advice anyone can give you is to do a tutorial about
django. The django girls one is really great. The one from the
official documentation is shorter. Either one will give you a solid
base for starting to use django.

2016-07-04 16:19 GMT+02:00 Steve Burrus :
> Well I successfully set up the Django server an d then connected to oit BUT
> I couldn't use that "syncdb" command to then set the pw and username in the
> admin.
>
> On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst 
> wrote:
>>
>> On 4/07/2016 1:06 PM, Steve Burrus wrote:
>>>
>>> Well I did tjhis okay "(stevesenv)
>>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but
>>> still the question persists where I go from here? I remember using
>>> "django-admin" before. How do I use that?
>>
>>
>> Here is a good place to start ...
>>
>> https://docs.djangoproject.com/en/1.9/
>>
>> That page covers how the documentation is organised. You need to work your
>> way through all the installation steps including database etc.
>>
>> Then the most important next step is to wrk through the tutorial. Once you
>> get that done there are quite a few third party tutorials on the web.
>>
>> Good luck
>>
>>
>> Mike
>>
>>
>>
>>
>>>
>>> On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst >> > wrote:
>>>
>>>    On 4/07/2016 12:01 PM, Steve Burrus wrote:
>>>
>>>        well I uyet again am encountering problems with installing the
>>>        Django
>>>        server. I managed to get to this point "(stevesenv)
>>>        C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>>
>>>
>>>    It looks as though you have successfully got virtualenv working.
>>>
>>>    Therefore the short answer to your question is ...
>>>
>>>    (stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install
>>>    django
>>>
>>>    Cheers
>>>
>>>    Mike
>>>
>>>
>>>    but where exactly do I go
>>>
>>>        from here in installing django? Man y thanx to anyone who can
>>>        help me
>>>        with this "trying" problem of mine.Â
>>>
>>>        --
>>>        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...@googlegroups.com
>>>        
>>>        >>        >.
>>>        To post to this group, send email to
>>>        django-users@googlegroups.com
>>> 
>>>        >>        >.
>>>        Visit this group at https://groups.google.com/group/django-users.
>>>        To view this discussion on the web visit
>>>
>>> https://groups.google.com/d/msgid/django-users/e29b7fb8-ebda-4afc-890d-4048c4fe2e52%40googlegroups.com
>>>
>>> .
>>>        For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>    --
>>>    You received this message because you are subscribed to a topic in
>>>    the Google Groups "Django users" group.
>>>    To unsubscribe from this topic, visit
>>>
>>> https://groups.google.com/d/topic/django-users/9wVk4lDZcMY/unsubscribe.
>>>    To unsubscribe from this group and all its topics, send an email to
>>>    django-users+unsubscr...@googlegroups.com
>>>    .
>>>    To post to this group, send email to django-users@googlegroups.com
>>>    .
>>>    Visit this group at https://groups.google.com/group/django-users.
>>>    To view this discussion on the web visit
>>>
>>> https://groups.google.com/d/msgid/django-users/58cd5e27-6d4d-6929-aa44-b59c526a8c55%40dewhirst.com.au.
>>>
>>>    For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> 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...@googlegroups.com
>>> .
>>> To post to this group, send email to django-users@googlegroups.com
>>> .
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>>
>>> 

Re: installing django trunk

2014-03-08 Thread Dan Gentry
Malik, in order to install within your virtualenv, you should activate it 
first  /bin/activate .  Then run the pip install command. 
 Cheers!

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5d8b2639-fb63-4a35-8d6f-c54283bfd34e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing django trunk

2014-03-15 Thread Malik Rumi
First, Dan, thanks for the reply. Second, apologies for the long delay, but 
sometimes the day job gets in the way. Third, I did as you suggested, but 
Django 1.6.1 was NOT removed. My best guess is that the official 
documentation instruction that pip would take care of this for me only 
applies when going from one official release to another, not when going 
from an official release to a development release, though of course it does 
not say so explicitly.
pip did uninstall the 1.7 files from Python27/Scripts when I pointed it to 
them directly. I should add at this point that at the time of my original 
post, I did not realize that there were only 4 of them and that 
django-trunk was in the intended virtualenv alongside 1.6.1. 

However, pip would not only not uninstall django-trunk, it told me it 
wasn't installed, never mind the folder sitting there. Even better, git 
remove didn't work either. "Fatal: not a git repository"

So I deleted django-trunk the old fashioned way, through my OS. Then I 
activated the virtualenv, reconnected to git, and got django-trunk and the 
admin files where I expected them to be - in the virtualenv. When I saw 
this in my terminal window:

 Adding Django 1.7a2 to easy-install.pth file
Deleting C:\Envs\VE1\Scripts\django-admin.py
Installing django-admin-script.py script to C:\Envs\VE1\Scripts

I assumed that meant it was taking care of 1.6.1 at the same time it was 
installing 1.7a2, as I understood the install instructions to say it would 
do. But when I ran print(django.get_version()), I got 1.6.1!

Then I deleted both the django folder and the egg folder through Windows, 
but when I ran get_version again, I STILL got 1.6.1! I don't see how that 
is possible. There is another Django 1.6.1, but it is inside a DIFFERENT 
virtualenv, and when I exited the Python interpreter, I was right back to 
the VE I was working with. There is a django-admin in Python27, but when I 
opened it, it explicitly said that it was 1.7a2! Now it also had a line of 
code I didn't understand:

require('Django==1.7a2')
del require

What is this doing? Deleting a requirement as soon as it is created? I 
don't understand. 

Finally, I decided to runserver. The good news is that my site still works 
as it did before. The bad news is I have no idea how or why. Runserver also 
explicitly stated that it was running 1.6.1.

So, I guess I'll have to muddle along without migrations, which was the 
whole point of this exercise in futility. But I sure would like to 
understand what is happening here, if any of you wiser and more experienced 
heads can enlighten me. 



\
On Saturday, March 8, 2014 3:10:20 AM UTC-6, Malik Rumi wrote:
>
> I am going from 1.6.1 to 1.7a2, mostly to take advantage of the new 
> migrations feature.
> I followed the directions here 
> http://django.readthedocs.org/en/latest/topics/install.html#removing-old-versions-of-django
>  
> Since I originally installed with pip, supposedly that would take care of 
> removing the old version for me if I installed with pip now.
> I changed into the subdirectory where 1.6.1 is, which is inside 
> virtualenvwrapper.
> The commands they gave ran and reported success. However, 1.7a2 has been 
> installed at Python27/Scripts, not inside my virtualenv
> 1.6.1 seems to alive and well at its same original location.
> What do I now? Can I just delete the 1.6.1 folder? Will pip/virtualenv 
> know where to find 1.7a2 for my cuurent projects? Should I start the 
> install over?
> Thx.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/64ea91d3-f4df-470d-bad2-9c818708cb3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing django trunk

2014-03-19 Thread Malik Rumi
Anybody? A little help here?
Just to update, I ran a search for 'migrations' in my django folder, and
got a lot of hits, but when I tried to actually run 'makemigrations" I got
'unknown command'


On Sat, Mar 15, 2014 at 6:37 PM, Malik Rumi  wrote:

> First, Dan, thanks for the reply. Second, apologies for the long delay,
> but sometimes the day job gets in the way. Third, I did as you suggested,
> but Django 1.6.1 was NOT removed. My best guess is that the official
> documentation instruction that pip would take care of this for me only
> applies when going from one official release to another, not when going
> from an official release to a development release, though of course it does
> not say so explicitly.
> pip did uninstall the 1.7 files from Python27/Scripts when I pointed it to
> them directly. I should add at this point that at the time of my original
> post, I did not realize that there were only 4 of them and that
> django-trunk was in the intended virtualenv alongside 1.6.1.
>
> However, pip would not only not uninstall django-trunk, it told me it
> wasn't installed, never mind the folder sitting there. Even better, git
> remove didn't work either. "Fatal: not a git repository"
>
> So I deleted django-trunk the old fashioned way, through my OS. Then I
> activated the virtualenv, reconnected to git, and got django-trunk and the
> admin files where I expected them to be - in the virtualenv. When I saw
> this in my terminal window:
>
>  Adding Django 1.7a2 to easy-install.pth file
> Deleting C:\Envs\VE1\Scripts\django-admin.py
> Installing django-admin-script.py script to C:\Envs\VE1\Scripts
>
> I assumed that meant it was taking care of 1.6.1 at the same time it was
> installing 1.7a2, as I understood the install instructions to say it would
> do. But when I ran print(django.get_version()), I got 1.6.1!
>
> Then I deleted both the django folder and the egg folder through Windows,
> but when I ran get_version again, I STILL got 1.6.1! I don't see how that
> is possible. There is another Django 1.6.1, but it is inside a DIFFERENT
> virtualenv, and when I exited the Python interpreter, I was right back to
> the VE I was working with. There is a django-admin in Python27, but when I
> opened it, it explicitly said that it was 1.7a2! Now it also had a line of
> code I didn't understand:
>
> require('Django==1.7a2')
> del require
>
> What is this doing? Deleting a requirement as soon as it is created? I
> don't understand.
>
> Finally, I decided to runserver. The good news is that my site still works
> as it did before. The bad news is I have no idea how or why. Runserver also
> explicitly stated that it was running 1.6.1.
>
> So, I guess I'll have to muddle along without migrations, which was the
> whole point of this exercise in futility. But I sure would like to
> understand what is happening here, if any of you wiser and more experienced
> heads can enlighten me.
>
>
>
> \
> On Saturday, March 8, 2014 3:10:20 AM UTC-6, Malik Rumi wrote:
>>
>> I am going from 1.6.1 to 1.7a2, mostly to take advantage of the new
>> migrations feature.
>> I followed the directions here http://django.readthedocs.org/en/latest/
>> topics/install.html#removing-old-versions-of-django
>> Since I originally installed with pip, supposedly that would take care of
>> removing the old version for me if I installed with pip now.
>> I changed into the subdirectory where 1.6.1 is, which is inside
>> virtualenvwrapper.
>> The commands they gave ran and reported success. However, 1.7a2 has been
>> installed at Python27/Scripts, not inside my virtualenv
>> 1.6.1 seems to alive and well at its same original location.
>> What do I now? Can I just delete the 1.6.1 folder? Will pip/virtualenv
>> know where to find 1.7a2 for my cuurent projects? Should I start the
>> install over?
>> Thx.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/VnATClf-Wco/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/64ea91d3-f4df-470d-bad2-9c818708cb3c%40googlegroups.com
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http:

Re: installing django and pythan

2009-01-16 Thread Milan Andric



On Jan 16, 6:13 am, jazz  wrote:
> iam installing django and activepython on my vista machine but its not
> working. can anyone help me with the installation please. I am bit
> confused how to create the environment variable. nothing is working
> for me...

Sorry jazz I don't have much advice for you, I'm not familiar with
activepython on vista.  If you have normal python working with
activepython then you can install django in the site-packages folder
as a library just like any other libary/module.  Download the django
release and run python setup.py install like stated in the install
docs.

http://docs.djangoproject.com/en/dev/topics/install/#installing-an-official-release

Then you should be able to run python and import django.  Then django
is installed.

--
Milan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



  1   2   3   >