Re: django-admin startproject --template error

2022-08-08 Thread 'Kasper Laudrup' via Django users
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

Code produced by "django-admin startproject" isn't formatted by black

2022-06-23 Thread Paweł Adamczak
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

Re: startproject doesn't working

2021-08-15 Thread MR INDIA
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

startproject doesn't working

2021-08-14 Thread
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

Re: syntax error while trying to run '$ django-admin startproject mysite' command on command terminal

2020-08-17 Thread coolguy
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

syntax error while trying to run '$ django-admin startproject mysite' command on command terminal

2020-08-16 Thread Michael O
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-11 Thread Carlos Eduardo
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-10 Thread nm
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-10 Thread Sam Taiwo
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-10 Thread Ando Rakotomanana
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-09 Thread abel otugeme
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-09 Thread Rammanoj Potla
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

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-09 Thread Cathbert Mutaurwa
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

how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-09 Thread Ando Rakotomanana
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

Re: My django-admin startproject (project name) is not working

2019-02-04 Thread jake ksi
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

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread Vkash Poudel
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

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread C. Kirby
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

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread jake ksi
?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 > > > > > >

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread Segun Gesture
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

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread Segun Gesture
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

Re: My django-admin startproject (project name) is not working

2019-01-31 Thread Gil Obradors
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

2019-01-31 Thread 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 the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
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š

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
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_

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
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*

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Fidel Leon
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread James Farris
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Umar Kambala
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Ayser shuhaib
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Duška Miloradović
; > среда, 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/>

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread Gerald Brown
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 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/> but I am stuck > at Creating a project with command: django-admin star

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-03 Thread 'Anthony Flury' via Django users
.   * 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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread Daisy
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

Re: Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread 'Anthony Flury' via Django users
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

Need help: django-admin.py startproject [projectname] creates directory which I cannot access

2018-05-02 Thread 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/> but I am stuck at Creating a project with command: django-admin startproject mysite. The prob

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2018-02-16 Thread gamiho
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

Re: Windows users: do the line endings created by startproject/startapp matter?

2016-10-12 Thread Mike Dewhirst
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

Windows users: do the line endings created by startproject/startapp matter?

2016-10-12 Thread Tim Graham
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

Re: django-admin startproject mysite showing invalid syntax

2015-12-06 Thread 'Hugo Osvaldo Barrera' via Django users
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

django-admin startproject mysite showing invalid syntax

2015-12-06 Thread Guntaka Jeevan
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

Re: django-admin.py startproject mysite

2015-11-10 Thread Fred Stluka
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

Re: django-admin.py startproject mysite

2015-11-10 Thread Peter of the Norse
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

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 c

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: folder created by django startproject is empty

2015-08-18 Thread Arindam sarkar
<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. >

folder created by django startproject is empty

2015-08-18 Thread AAKASH GOYAL
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

Re: trouble in startproject

2014-09-25 Thread Collin Anderson
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

Re: trouble in startproject

2014-09-25 Thread Mike Dewhirst
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

Re: trouble in startproject

2014-09-25 Thread Jorge Andrés Vergara Ebratt
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 &

trouble in startproject

2014-09-25 Thread nandita srivastava
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

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-09-02 Thread Collin Anderson
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

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-09-02 Thread aseds
; 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

Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-08-29 Thread Jo MM
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

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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

RE: Startproject opens django-admin.py

2014-06-03 Thread Ilya Kazakevich
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.

Re: Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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-

Startproject opens django-admin.py

2014-06-03 Thread Guðmundur H . Bjarnason
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

Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Erik Cederstrand
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

Re: Running into Unicode Decode Error when using django-admin.py startproject.

2014-03-11 Thread Billy Garnet
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

Re: Startproject failing on Django 1.6

2014-01-07 Thread trojactory
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'

Re: Startproject failing on Django 1.6

2014-01-07 Thread Petra Moessner
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

Re: Why does the startproject command open a file instead of creating project folders

2013-12-09 Thread Tom Evans
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

Re: Why does the startproject command open a file instead of creating project folders

2013-12-08 Thread Ivan Ramirez
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

Why does the startproject command open a file instead of creating project folders

2013-12-08 Thread Gideon Bar
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

Re: Startproject failing on Django 1.6

2013-11-14 Thread Steve Sawyer
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

Re: Startproject failing on Django 1.6

2013-11-13 Thread Ramiro Morales
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

Re: Startproject failing on Django 1.6

2013-11-13 Thread Steve Sawyer
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

Re: Startproject failing on Django 1.6

2013-11-13 Thread Tom Evans
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

Re: Startproject failing on Django 1.6

2013-11-12 Thread Steve Sawyer
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

Re: Startproject failing on Django 1.6

2013-11-12 Thread Avraham Serour
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

Startproject failing on Django 1.6

2013-11-12 Thread Steve Sawyer
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 '

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

2013-09-06 Thread cingusoft
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

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 the

Re: django-admin.py startproject mysite error

2013-07-22 Thread gilberto dos santos alves
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

Re: django-admin.py startproject mysite error

2013-07-21 Thread Jay Lozier
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

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-admin.

Running into Unicode Decode Error when using django-admin.py startproject.

2013-04-25 Thread Eric Nielsen
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

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 tutor

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 from i

Re: I get import errors when I run django-admin.py startproject in Windows

2013-03-31 Thread Brek Cooney
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

Re: I get import errors when I run django-admin.py startproject in Windows

2013-03-31 Thread Karen Tracey
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 in Windows

2013-03-31 Thread Brek Cooney
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

Re: Suddenly "django-admin.py startproject" not working

2013-01-26 Thread Bill Freeman
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

Suddenly "django-admin.py startproject" not working

2013-01-26 Thread Mihkel Lukats
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

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

2012-07-23 Thread Ramiro Morales
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:

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

2012-07-23 Thread boxxtcy
, 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

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 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 >

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

Not able to run django-admin.py startproject on Windows 7

2012-07-23 Thread shm
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

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.

  1   2   3   >