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 -- G
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 As
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 created automaticly
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
Actuall
oficin@
-Original Message-
From: edith
Sender: django-users@googlegroups.com
Date: Fri, 6 Sep 2013 06:51:19
To:
Reply-To: django-users@googlegroups.com
Subject: Problème de création de mon projet (django-admin.py startproject
mysite)
Salut, je suis très débutante sur le framework
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 the
; /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
-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.py star
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.
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-admin.
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
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 tutor
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 from i
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 Python interpeter
and
, boxxtcy 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
> > have dj
On Mon, Jul 23, 2012 at 12:38 PM, boxxtcy 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
>
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
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.
>
>
> 2012/6/19 Dennis
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 gmane.comp.python.django.user:
>
> > Ok, now I did it as you said. It i
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
Th
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 py_auto_file="C:\Python27\python.
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" group.
>> To post to this group, send email
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 unsubscribe from this group,
lowing 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 error?
>
> > solve this?:
> > C:\Python2
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 more
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
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 wrote:
> 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,
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 wrote
solution, write in the 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
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
roject 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 wrote:
> > Greetings all;
>
> > I have a problem also with the "django-admin.py sta
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 wrote:
> Greetings all;
>
> I have a problem also with the "django-admin.py startprojec
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 mes
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 the behavior you are seeing, per
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
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,
36 matches
Mail list logo