Re: django-admin.py startproject mysite

2015-11-10 Thread Fred Stluka
Muhammad, Use the command ifconfig (Linux, Mac) or ipconfig (Windows) to see your local IP address. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com --

Re: django-admin.py startproject mysite

2015-11-10 Thread Peter of the Norse
0.0.0.0 is not an actual IP address. You can’t put it in your browser. Instead, you need to find your computer’s IP address and use that. How you find it depends on your OS, but once you do, then you can visit http://192.168.0.5:8000/ (for example). > On Nov 4, 2015, at 5:50 PM, Muhammad

Re: django-admin.py startproject mysite

2015-11-04 Thread Dheerendra Rathor
Start your site with python manage.py runserver 0.0.0.0:8000 On Thu, 5 Nov 2015 at 11:35 Muhammad Asamov wrote: > HI > I was wodering whether someone can hepl me with startproject > > The thing is when I am running startproject from the server ip > 127.0.0.1:8000 > which was

Re: django-admin.py startproject mysite

2015-11-04 Thread Muhammad Asamov
HI I was wodering whether someone can hepl me with startproject The thing is when I am running startproject from the server ip 127.0.0.1:8000 which was created automaticly i can see the result but if i give different address: 0.0.0.0:8000 I can see nothing it is not showing anything

Re: Problème de création de mon projet (django-admin.py startproject mysite)

2013-09-06 Thread cingusoft
oficin@ -Original Message- From: edith <edithmo...@gmail.com> Sender: django-users@googlegroups.com Date: Fri, 6 Sep 2013 06:51:19 To: <django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: Problème de création de mon projet (django-admin.py startpro

Re: django-admin.py startproject mysite error

2013-07-23 Thread Jay Lozier
virtualenv seems to work well and I can get django tamed. On Saturday, July 20, 2013 5:55:21 PM UTC-4, Jay Lozier wrote: > > Using openSUSE 12.3 > python 2.7.3 > django 1.5.1 installed manually and verified > > When I enter "django-admin.py startproject mysite" at

Re: django-admin.py startproject mysite error

2013-07-22 Thread gilberto dos santos alves
; /usr/local/lib/python2.7/site-packages > /usr/lib64/python2.7/site-packages/gst-0.10 > /usr/lib64/python2.7/site-packages/gtk-2.0 > /usr/lib64/python2.7/site-packages/input-pad-1.0 > /usr/lib/python2.7/site-packages > /usr/lib64/python2.7/site-packages/wx-2.9.4-gtk2 > > On Satur

Re: django-admin.py startproject mysite error

2013-07-21 Thread Jay Lozier
-pad-1.0 /usr/lib/python2.7/site-packages /usr/lib64/python2.7/site-packages/wx-2.9.4-gtk2 On Saturday, July 20, 2013 5:55:21 PM UTC-4, Jay Lozier wrote: > > Using openSUSE 12.3 > python 2.7.3 > django 1.5.1 installed manually and verified > > When I enter "django-admin

Re: django-admin.py startproject mysite error

2013-07-21 Thread gilberto dos santos alves
en I enter "django-admin.py startproject mysite" at the command prompt I > get the following traceback: > > Traceback (most recent call last): > File "/usr/bin/django-admin.py", line 5, in > management.execute_from_command_line() > File > "/usr/lib/python2.

django-admin.py startproject mysite error

2013-07-20 Thread Jay Lozier
Using openSUSE 12.3 python 2.7.3 django 1.5.1 installed manually and verified When I enter "django-admin.py startproject mysite" at the command prompt I get the following traceback: Traceback (most recent call last): File "/usr/bin/django-ad

Re: django-admin.py startproject mysite

2013-04-12 Thread Nick D
It looks like the path to django-admin.py is not in your system path. You can try using the absolute path. ie: /usr/lb/python2.7/dist-packages/django/bin/django-admin.py startproject mysite The tutorial also gives the following advice: “command not found: django-admin.py” *django-admin.py

Re: django-admin.py startproject mysite

2013-04-12 Thread James Bennett
The tutorial mentions the most common issues: * django-admin.py not on your path * django-admin.py lacking executable permission * django-admin.py was renamed by your operating system distributor It also explains how to solve each of those issues. Have you tried the suggested solutions the

django-admin.py startproject mysite

2013-04-12 Thread Kevin Le Bouthillier
django-admin.py startproject mysite unrecognized command. Why is the python+django setup instructions so unclear? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread Ramiro Morales
On Mon, Jul 23, 2012 at 4:58 PM, boxxtcy wrote: > I tried without the .py, still doesn't do anything. django-admin.py lives > in my C:\Python27\Scripts just as it is supposed to. I don't really see > what the issue is :/ Don't rely on the association of .py files with the

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread boxxtcy
y <wjh...@gmail.com> wrote: > > When trying to follow this tutorial, I get stuck after django-admin.py > > startproject mysite because no directory is created. I doubt the > command is > > even being executed, all it brings up is the code in a notepad++ window. > I > &

Re: django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread Joel Goldstick
On Mon, Jul 23, 2012 at 12:38 PM, boxxtcy <wjh...@gmail.com> wrote: > When trying to follow this tutorial, I get stuck after django-admin.py > startproject mysite because no directory is created. I doubt the command is > even being executed, all it brings up is the code in a notep

django-admin.py startproject mysite... this command does nothing for me

2012-07-23 Thread boxxtcy
When trying to follow this tutorial<https://docs.djangoproject.com/en/1.4/intro/tutorial01/>, I get stuck after django-admin.py startproject mysite because no directory is created. I doubt the command is even being executed, all it brings up is the code in a notepad++ window. I have

Re: django-admin.py startproject mysite

2012-06-19 Thread Seyfullah Tıkıç
http://stackoverflow.com/questions/2870262/django-admin-py-startproject-mysite-not-working-well-on-windows-7 solved my problem. 2012/6/19 Seyfullah Tıkıç > Yes, I use an admin account. Python.exe is in my path as "c:\Python27". Ok > I will try python way. > > Thank you. > >

Re: django-admin.py startproject mysite

2012-06-19 Thread Seyfullah Tıkıç
Yes, I use an admin account. Python.exe is in my path as "c:\Python27". Ok I will try python way. Thank you. 2012/6/19 Dennis Lee Bieber > On Tue, 19 Jun 2012 08:41:55 +0300, Seyfullah Tıkıç > declaimed the following in

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Ok, now I did it as you said. It is the same : C:\Python27\MyFiles>assoc .py=py_auto_file .py=py_auto_file C:\Python27\MyFiles>ftype py_auto_file="C:\Python27\python.exe" "%1" %* py_auto_file="C:\Python27\python.exe" "%1" %* C:\Python27\MyFiles>t.py a s d Argument 0 is C:\Python27\MyFiles\t.py

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Thank you for suggestions. What I have done is as follows : The problem still exists, what can I do next? C:\Users\syftkc>assoc .py .py=py_auto_file .py .py=py_auto_file C:\Users\syftkc>ftype py_auto_file py_auto_file="C:\Python27\python.exe" "%1" % py_auto_file

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Any suggestions please? 2012/6/18 Seyfullah Tıkıç > Yes, I restarted my computer. > > > 2012/6/18 şahin mersin > >> Did you restart your computer? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users"

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
Yes, I restarted my computer. 2012/6/18 şahin mersin > Did you restart your computer? > > -- > 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

Re: django-admin.py startproject mysite

2012-06-18 Thread Seyfullah Tıkıç
ti...@gmail.com> > declaimed the following in gmane.comp.python.django.user: > > > Hello, > > > > I installed django and added it to my PATH in windows. When I run > > django-admin.py startproject mysite as follows, I get error. How can I > > What erro

Re: django-admin.py startproject mysite

2012-06-17 Thread şahin mersin
Did you restart your computer? -- 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

django-admin.py startproject mysite

2012-06-17 Thread stikic
Hello, I installed django and added it to my PATH in windows. When I run django-admin.py startproject mysite as follows, I get error. How can I solve this?: C:\Python27\MyFiles\mysite>C:\Python27\Lib\site-packages\django\bin \django-admin .py startproject mysite Usage: django-admin.py subcomm

Re: django-admin.py startproject mysite

2011-05-01 Thread Daisy
yes.I have installed it with the setuptools (python setup.py install) is that affect in my issue? On Apr 30, 5:25 pm, Yongning Liang <liangyongn...@gmail.com> wrote: > if you tried the command django-admin.py startproject mysite and it output > the usage, it mean the PATH of Pytho

Re: django-admin.py startproject mysite

2011-04-30 Thread Yongning Liang
if you tried the command django-admin.py startproject mysite and it output the usage, it mean the PATH of Python and django-admin.py is correct, maybe you type a wrong subcommand. BTW, are you install Django with setuptools(python setup.py install)? On Sat, Apr 30, 2011 at 10:16 PM, Daisy

Re: django-admin.py startproject mysite

2011-04-30 Thread Daisy
he console python C:\Python27\Scripts\django-admin.py startproject mysite I don't know if there is another solution instead of writing the above line every time or not. thanks for help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: django-admin.py startproject mysite

2011-04-30 Thread Yongning Liang
The path of django-admin.py is *YOUR_PYTHON_PATH* \Lib\site-packages\django\bin after this, you can just type django-admin.py startproject mysite to start a project. but make sure that your .py file default open by Python, if not, right-click(Shift + right-click in XP) a .py file and select open

Re: django-admin.py startproject mysite

2011-04-30 Thread Daisy
> python django-admin.py startproject mysite > if it doesn't work, make sure that both python and django-admin in you > system PATH > > > > > > > > On Sat, Apr 30, 2011 at 5:38 AM, Daisy <omnia.za...@gmail.com> wrote: > > Greetings all; > > > I ha

Re: django-admin.py startproject mysite

2011-04-29 Thread Yongning Liang
type this in Windows python django-admin.py startproject mysite if it doesn't work, make sure that both python and django-admin in you system PATH On Sat, Apr 30, 2011 at 5:38 AM, Daisy <omnia.za...@gmail.com> wrote: > Greetings all; > > I have a problem also with the &

Re: django-admin.py startproject mysite

2011-04-29 Thread Daisy
Greetings all; I have a problem also with the "django-admin.py startproject mysite" command when i type it, it didn't create the directory mysite instead it opens the django-admin.py in a notepad++ I don't know how to fix this? any ideas please. -- You received this message b

Re: django-admin.py startproject mysite

2011-04-05 Thread Karen Tracey
On Mon, Apr 4, 2011 at 4:11 AM, Santiago Caracol wrote: > Does the Django tutorial still match reality? Yes, startproject is still a valid command for django-admin.py. Do you have the environment variable DJANGO_SETTINGS_MODULE set to something? That would cause

Re: django-admin.py startproject mysite

2011-04-04 Thread Jiten Singh
Hi Santiago, I think there is some problem in your installation of Django 1.3 , i installed it myself and there is no problem with *django-admin.py startproject mysite* even the help of django-admin-py lists startproject command I think re-installation can work. *Best Regards, Jitendra

django-admin.py startproject mysite

2011-04-04 Thread Santiago Caracol
Hello, the Django (1.3) tutorial says: >From the command line, cd into a directory where you’d like to store your code, then run the command django-admin.py startproject mysite. This will create a mysite directory in your current directory. When I run django-admin.py startproject mysite,