On 08/08/2022 10.46, xu brandy wrote:
WechatIMG75.png
An error was reported using the GITLab repository to specify template
creation projects
And you expect everyone to be able to guess which Gitlab repository
you're talking about? You even made an effort trying to hide it.
But whatever
Hi!
I just run "django-admin startproject" command on the latest Django version
(4.0.5) and noticed that the code it generated isn't formatted by black,
even though #33476 <https://code.djangoproject.com/ticket/33476> explicitly
mentions that it should.
I wasn't sur
Try this
https://stackoverflow.com/questions/31379431/django-admin-startproject-mysite/31379534
On Saturday, 14 August 2021 at 23:51:26 UTC+5:30 s2o...@outlook.kr wrote:
> Hi
> Does anybody know why startproject doesn't work?
>
> django-admin startproject mysite
>
&g
Hi
Does anybody know why startproject doesn't work?
django-admin startproject mysite
I tried this, but it does not work and keep says 'invalid syntax' at
'startproject'
--
You received this message because you are subscribed to the Google Groups
"Django use
ect and was welcomed
> by the blinking '...'. i then typed $ $ django-admin startproject mysite
> and I go syntax Error: invalid syntax. please help by pointing me in the
> right direction so that I could continue to learn. Thank you.
--
You received this message because you are s
hello, i cd into the directory by cd\ to start a project and was welcomed
by the blinking '...'. i then typed $ $ django-admin startproject mysite
and I go syntax Error: invalid syntax. please help by pointing me in the
right direction so that I could continue to learn. Thank you
anana escreveu:
>
> Hello, I'm still starting with django. And I have a problem with the
> creation of the project, I write: "django-admin startproject DjangoTest" in
> the cmd of my windows and it tells me that django-admin is not an internal
> command. While I typed th
nana wrote:
>
> Hello, I'm still starting with django. And I have a problem with the
> creation of the project, I write: "django-admin startproject DjangoTest" in
> the cmd of my windows and it tells me that django-admin is not an internal
> command. While I typed the
nd I have a problem with the
> creation of the project, I write: "django-admin startproject DjangoTest" in
> the cmd of my windows and it tells me that django-admin is not an internal
> command. While I typed the same code this morning in the cmd and it worked.
> And I do not
ok, i will try to reconfigure the virtual environment
Le samedi 9 mars 2019 21:15:01 UTC+3, Ando Rakotomanana a écrit :
>
> Hello, I'm still starting with django. And I have a problem with the
> creation of the project, I write: "django-admin startproject DjangoTest" in
ion of the project, I write: "django-admin startproject DjangoTest" in
the cmd of my windows and it tells me that django-admin is not an internal
command. While I typed the same code this morning in the cmd and it worked.
And I do not understand why?
> I have python 2.7.0 and 3.7.2 and dj
r 2019, 20:14 Ando Rakotomanana,
> wrote:
>
>> Hello, I'm still starting with django. And I have a problem with the
>> creation of the project, I write: "django-admin startproject DjangoTest" in
>> the cmd of my windows and it tells me that django-admin is not an inte
Try check if django is setup properly in environment variables.
Maybe that will help
On Sat, 09 Mar 2019, 20:14 Ando Rakotomanana,
wrote:
> Hello, I'm still starting with django. And I have a problem with the
> creation of the project, I write: "django-admin startproject Djan
Hello, I'm still starting with django. And I have a problem with the
creation of the project, I write: "django-admin startproject DjangoTest" in
the cmd of my windows and it tells me that django-admin is not an internal
command. While I typed the same code this morning in the cm
eb 1 2019, at 2:34 am, C. Kirby wrote:
> What is the specific error you get when you type the command? Are you
> actually writing "(project name)"? That will not work - you are supposed to
> replace "(project name)" with the actual name of a project as in:
> django
Ya the dajango-admin startproject projectname was not supporting my
machine,but I reinstalled it and is ready for building process.Thanks
Peoples for the support
On Fri, 1 Feb 2019, 2:50 a.m. C. Kirby What is the specific error you get when you type the command? Are you
> actually writ
What is the specific error you get when you type the command? Are you
actually writing "(project name)"? That will not work - you are supposed
to replace "(project name)" with the actual name of a project as in:
django-admin startproject myproject
On Thursday, January 31
?redirect=mailto%3Abikashpoudel4%40gmail.com&recipient=ZGphbmdvLXVzZXJzQGdvb2dsZWdyb3Vwcy5jb20%3D)
> wrote:
> > My django-admin startproject (project name) is not working
> >
> > I have tried alot and alot.But theres always a problem in the cmd
> >
> >
> >
Do u run the server and do u try to check whether the HTTP 127 is going for
you to be able to login
On Thu, Jan 31, 2019, 12:23 PM Vkash Poudel My django-admin startproject (project name) is not working
>
> I have tried alot and alot.But theres always a problem in the cmd
>
> --
&g
Send the admin code let me see it
On Thu, Jan 31, 2019, 12:23 PM Vkash Poudel My django-admin startproject (project name) is not working
>
> I have tried alot and alot.But theres always a problem in the cmd
>
> --
> You received this message because you are subscribed to th
Please , can you copy cmd reply?
Thanks
El dj., 31 de gen. 2019, 12:23, Vkash Poudel va
escriure:
> My django-admin startproject (project name) is not working
>
> I have tried alot and alot.But theres always a problem in the cmd
>
> --
> You received this message because you
My django-admin startproject (project name) is not working
I have tried alot and alot.But theres always a problem in the cmd
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emai
Serves me right for writing code without testing :-(
It of course should be :
import os
top_dir = os.path.join(os.getcwd(), 'python_created_me')
os.makedirs(top_dir)
Glad you have it sorted - and glad it turned out not to be Django ...
On 03/05/18 17:06, Duš
Ha! I will try to see what will happen when I disable Comodo. I hope it
will work properly then.
Thanks Fidel Leon.
On Thu, May 3, 2018 at 6:24 PM, Fidel Leon wrote:
> As part of its protection, Comodo Antivirus has something named
> “sandboxing”, so when you execute anything, Comodo catches it
As part of its protection, Comodo Antivirus has something named
“sandboxing”, so when you execute anything, Comodo catches it, runs it
inside a protected environment and if it finds it’s not malware, runs the
actual command.
Seems Comodo is mapping your D: drive to that C:\VTRoot\HarddiskVolume1
t
Yes? :/
On Thu, May 3, 2018 at 6:09 PM, Fidel Leon wrote:
> Are you using Comodo Antivirus?
>
> https://forums.malwarebytes.com/topic/181573-cvtroot/
>
>
>
> El jue., 3 may. 2018 a las 18:06, Duška Miloradović (<
> daisyfields...@gmail.com>) escribió:
>
>> Anthony, I got this:
>>
>> D:\projectdi
Are you using Comodo Antivirus?
https://forums.malwarebytes.com/topic/181573-cvtroot/
El jue., 3 may. 2018 a las 18:06, Duška Miloradović (<
daisyfields...@gmail.com>) escribió:
> Anthony, I got this:
>
> D:\projectdir>python create_dir.py
> Traceback (most recent call last):
> File "create_
Anthony, I got this:
D:\projectdir>python create_dir.py
Traceback (most recent call last):
File "create_dir.py", line 2, in
top_dir = path.join(os.getcwd(), 'python_created_me')
NameError: name 'path' is not defined
I searched for it through windows explorer again and I actually *found it*
e the projectdir folder (right
>> click with your mouse and open command window here)
>> After that continue with Django commands
>> django-admin startproject ...
>>
>> On Thu, 03 May 2018 at 07:59, Daisy wrote:
>>
>>> Thank you very much for your rep
On 03/05/18 08:06, Anthony Flury wrote:
On Thursday, 03 May, 2018 03:25 PM, Daisy wrote:
I tried what you suggested and got this:
D:\projectdir>python create_dir.py
Traceback (most recent call last):
File "create_dir.py", line 1, in
from os import mkdirs
ImportErro
ed.
>
> On Thu, May 3, 2018 at 8:13 AM, Ayser shuhaib
> wrote:
>
>> Create your projectdir manually then inside the projectdir folder (right
>> click with your mouse and open command window here)
>> After that continue with Django commands
>> django-admin startproj
lly but still I do not see new folder created.
>
>> On Thu, May 3, 2018 at 8:13 AM, Ayser shuhaib
>> wrote:
>> Create your projectdir manually then inside the projectdir folder (right
>> click with your mouse and open command window here)
>> After that continue w
h your mouse and open command window here)
> After that continue with Django commands
> django-admin startproject ...
>
> On Thu, 03 May 2018 at 07:59, Daisy wrote:
>
>> Thank you very much for your reply, and here I my answers:
>> * Does the directory show up when you
ands
> django-admin startproject ...
>
> On Thu, 03 May 2018 at 07:59, Daisy wrote:
>
>> Thank you very much for your reply, and here I my answers:
>> * Does the directory show up when you do a *dir* command in projectdir
>> ? It does not show up, although it say
Create your projectdir manually then inside the projectdir folder (right
click with your mouse and open command window here)
After that continue with Django commands
django-admin startproject ...
On Thu, 03 May 2018 at 07:59, Daisy wrote:
> Thank you very much for your reply, and here I
;
> среда, 02. мај 2018. 23.13.29 UTC+2, Daisy је написао/ла:
>>
>> I installed django according to provided instructions and I am trying to
>> follow the Django article: Writing your first Django app, part 1
>> <https://docs.djangoproject.com/en/2.0/intro/tutorial01/>
Django
app, part 1
<https://docs.djangoproject.com/en/2.0/intro/tutorial01/> but I am
stuck at Creating a project with command: django-admin
startproject mysite.
The problem is that I CAN execute command but when I try to access
directory with cd mysite I get the message "T
>
> I installed django according to provided instructions and I am trying to
> follow the Django article: Writing your first Django app, part 1
> <https://docs.djangoproject.com/en/2.0/intro/tutorial01/> but I am stuck
> at Creating a project with command: django-admin star
.
* Can you see it in File explorer - No.
* Can you manually create a directory in your *projectdir* ? - Yes,
and it is displayed after command *dir*.
* Can you create a different projectdir - and run *django-admin
startproject mysite* in there ? - I tried creating it on different
pat
admin
startproject mysite* in there ? - I tried creating it on different
paths, both on C and D disk, but it was the same behavior.
What can I do now? :)
четвртак, 03. мај 2018. 01.08.04 UTC+2, TonyF-UK је написао/ла:
>
> Lets troubleshoot:
>
> * Does the directory show up when you do a
create a different projectdir - and run *django-admin
startproject mysite* in there ?
My gut feeling is that this is a diskdrive/OS type issue - rather than
Django specific
You may have a corrupted directory - or a bad section of disk; try the
troubleshooting steps above first.
On 02/05/18
I installed django according to provided instructions and I am trying to
follow the Django article: Writing your first Django app, part 1
<https://docs.djangoproject.com/en/2.0/intro/tutorial01/> but I am stuck at
Creating a project with command: django-admin startproject mysite.
The prob
I know that's 4 years later, but django-admin without .py worked for me
too, Im using v. 1.11.5, and on another pc, the same version of django,
works normally with django-admin.py.
On Tuesday, September 2, 2014 at 6:41:11 PM UTC+3, Collin Anderson wrote:
>
> django-admin (without .py) only works
On 13/10/2016 10:43 AM, Tim Graham wrote:
There's an old ticket [0] noting that startproject/app create files
with Unix line endings, even on WIndows. My question is whether or not
this matters. Some things I thought of:
I think version control programs like Git usually normalize
There's an old ticket [0] noting that startproject/app create files with
Unix line endings, even on WIndows. My question is whether or not this
matters. Some things I thought of:
I think version control programs like Git usually normalize line endings
anyway.
The proposed change only ap
On Sun, Dec 6, 2015, at 16:09, Guntaka Jeevan wrote:
> i have installed django using pip from anaconda but when i type django-
> admin startproject mysite it is showing File "", line 1
> django-admin startproject mysite ^
> SyntaxError: i
i have installed django using pip from anaconda but when i type
django-admin startproject mysite it is showing File "", line 1
django-admin startproject mysite ^ SyntaxError:
invalid syntax
--
You received this message because you are subscri
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 Asamov wrote:
HI
I was wodering whether someone can hepl me with startproject
The thing
mad 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 i can see the result but if i give different
> address:
> 0.0.0.0:8
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 c
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
<https://contactmonkey.com/api/v1/tracker?cm_session=8ac10581-e24e-458e-88b9-a7f998c42cd3&cm_type=link&cm_link=1047b95d-497c-48af-8363-157788a6ac8a&cm_destination=http://django-admin.py>
> startproject trial2, it created the folder trial2 but no files created
> inside it.
>
Hi Guys,
I am new to Django and installed it using the steps mentioned
in http://www.djangobook.com/en/2.0/chapter02.html
After installation, when i did -> django-admin.py startproject trial2, it
created the folder trial2 but no files created inside it.
I tried to google but not able to f
Does django-admin.py exist in either C:\Python27 or C:\Python27\Scripts?
--
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.co
Hi,
I am new to django. I have installed django. I am trying to create
new project using command "django-admin.py startproject mysite" but
I am getting "django-admin.py is not recognized as an internal or
external command, operable program or batch files". I h
Do you have django installed?
pip install django
On Sep 25, 2014 6:08 AM, "nandita srivastava" wrote:
> Hi,
>
> I am new to django. I have installed django. I am trying to create new
> project using command "django-admin.py startproject mysite" but I am
&
Hi,
I am new to django. I have installed django. I am trying to create new
project using command "django-admin.py startproject mysite" but I am
getting "django-admin.py is not recognized as an internal or external
command, operable program or batch files". I have set up th
django-admin (without .py) only works in django 1.7 what version are you
using?
--
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...@googleg
; at the command prompt and in the Python
> interpreter.
> However, I cannot get the tutorial started.
> As explained by the tutorial ("From the command line, cd into a directory
> where you’d like to store your code, then run the following command:
> django-admin.py startpro
ry
where you’d like to store your code, then run the following command:
django-admin.py startproject mysite") I cd over to: C:\Users\John. When I
type "django-admin . . ." nothing happens. "mysite" is not created.
I have looked at group messages. One thing I notice i
I forgot - One also needs to delete the path in django-admin.py, since you
automatically provide that when you cd into your desired startproject
directory.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this
Thanks for the reply Ilya. The problem was that the old, default Python
directory was still the default, so django searched there for
django-admin.py. Doing this manually by moving django-admin.py into the
desired startproject folder and adding "python" in front of django-admin.py
st
om: django-users@googlegroups.com
>[mailto:django-users@googlegroups.com] On Behalf Of Gu?mundur H. Bjarnason
>Sent: Tuesday, June 03, 2014 3:34 PM
>To: django-users@googlegroups.com
>Subject: Startproject opens django-admin.py
>
>And something's fishy. No project directory is created.
I should note that Python is not installed as default in C:. It is in the
user directory under Anaconda.
--
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-
And something's fishy. No project directory is created. The command I use is
django-admin.py startproject mysite
Instead, it just opens django-admin.py! Which contains the following:
#!C:\Python27\python.exe
from django.core import management
if __name__ == &quo
This might be because you have non-ASCII characters somewhere in your file
path. Try getting a stacktrace to see where the error comes from:
django-admin.py startproject mysite --traceback
Erik
Den 11/03/2014 kl. 18.13 skrev Billy Garnet :
> I am having the same issue. Did you fin
I am having the same issue. Did you find a solution?
Python is working, Django is reporting a version number.
When I run django-admin.py startproject mysite I get the folder create and
then the following errors:
Traceback (most recent call last):
File
"/Library/Frameworks/Python.fram
I removed my prior Django installation, successfully installed
> Django 1.6, and
> started into the tutorial, but am again failing on this step:
>
> django-admin.py startproject mysite
>
> I'm getting an ImportError: No module named 'http.cookies'
>
> Note that I'
Probably your versions of Python and Django aren't compatible. I got the
same error using Python 2.7.3 and Django 1.6. I upgraded to Python 2.7.6
and the error error went away.
On Thursday, November 14, 2013 11:17:53 AM UTC-6, Steve Sawyer wrote:
>
> Ramiro - I only have a single version of Pyth
On Sun, Dec 8, 2013 at 8:02 PM, Gideon Bar wrote:
>
> Hello
>
>
> I am new to Django and followed this tutorial
> https://docs.djangoproject.com/en/1.6/ref/django-admin/#django-admin-startproject
>
> I am using windows 7 64 bit and the startproject command on open a fil
I had the exact problem today when going through the first part. This
worked for me:
python “C:\Program Files\Anaconda\Scripts\django-admin.py” startproject
mysite
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
Hello
I am new to Django and followed this tutorial
https://docs.djangoproject.com/en/1.6/ref/django-admin/#django-admin-startproject
I am using windows 7 64 bit and the startproject command on open a file
instead of creating project folders
How can I create a project from the command line
Ramiro - I only have a single version of Python installed (I have the
luxury of being able to keep things simple).
I just tried this again though, using the explicit pathing you recommend. I
note that I have two copies of django-admin.py, but they're identical - one
in C:\Python33\Scripts, and
e in your PATH is the 2.x
one, etc.
Also, don't simply try to use::
django-admin.py startproject blah
because on Windows the options to get interpreted languages scripts
like django-admin.py to be transparently executed through their
respective interpreter just like if they were simple apps
Thanks, Tom - however, I completely removed the Django 1.5 folders prior to
installing Django 1.6, so unless there are Django components installed
outside of those folders, I should be good.
It seems that I might have something mis-configured. I have the
http.cookies module and I've done everyt
On Tue, Nov 12, 2013 at 6:35 PM, Steve Sawyer wrote:
> Sorry for the typeface - it was the default that the page gave me and didn't
> bother to change it (it also wouldn't word-wrap, so my apologies also for
> the ragged layout).
>
> In any case, 1.6 is out now, and I'm trying to get started with
gt;> version incompatibility issues.
>>
>> However, today I removed my prior Django installation, successfully
>> installed Django 1.6, and
>>
>>
>> started into the tutorial, but am again failing on this step:
>>
>> django-admin.py startproject m
and resolve
> version incompatibility issues.
>
> However, today I removed my prior Django installation, successfully installed
> Django 1.6, and
>
> started into the tutorial, but am again failing on this step:
>
> django-admin.py startproject mysite
>
> I'm ge
search and resolve version
incompatibility issues.
However, today I removed my prior Django installation, successfully installed
Django 1.6, and
started into the tutorial, but am again failing on this step:
django-admin.py startproject mysite
I'm getting an ImportError: No module named '
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
0h38min08s UTC-3, Jay Lozier escreveu:
>
> I get this
>
> note: I have completely deleted any django packages on the my system and
> could get any version but the dev version to even get past the first step.
> the dev 1.7 version would run django-admin.py startproject myfirstsite bu
I get this
note: I have completely deleted any django packages on the my system and
could get any version but the dev version to even get past the first step.
the dev 1.7 version would run django-admin.py startproject myfirstsite but
now python manage.py runserver does not work
error in line 10
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.
I am brand new to Django and I am having a big problem right off the bat. I
cannot use startproject to begin my web app. When I use this command:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/bin/django-admin.py
startproject cms
I get this error
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
Thanks for your help Karen.
I enter
python C:\python33\scripts\django-admin.py startproject mysite
The response I get is
Traceback (most recent call last):
File "C:\Python33\lib\site-packages\django\core\management\templates.py",
line 12, in
from urllib.request import u
What errors, exactly? Without some specifics of what's going wrong it's
hard to offer help. Copy/paste of exactly what you are entering and getting
in response would help.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this
I get import errors when I run django-admin.py startproject for the first
time in Windows 7. I installed Django 1.5.1 and I am trying to use that
with Python 3.3. Any ideas about how to get past this hurdle? I am new to
Django.
--
You received this message because you are subscribed to the
What OS? Is the file django-admin.py on your path? Is it marked as
executable? Try:
python django-admin.py startproject mysite
Bill
On Sat, Jan 26, 2013 at 4:06 AM, Mihkel Lukats wrote:
> Hi,
>
> suddenly "django-admin.py startproject mysite" doesn't work. what c
Hi,
suddenly "django-admin.py startproject mysite" doesn't work. what could
cause this? Workd befor. now when i type it in it will open the file
django-admin.py... not execute the command..
--
You received this message because you are subscribed to the Google Groups
"Dja
th the Python interpeter
and executability of .py files features provided by the OS.
Simply specify the full path to the django-admin.py script
(and if needed, the full path to the Python interpeter).
As in:
python C:\Python27\Scripts\django-admin.py startproject foo
or
C:\Python27\python C:
, 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
Hi,
I am trying to create a new project to work on. Have installed python and
Django and tested they are working (Was able to get the version numbers for
both from the shell).
But, It doesn't let me run " django-admin.py startproject"
it gives me this error. It looks
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.
1 - 100 of 267 matches
Mail list logo