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

2018-05-03 Thread Daisy
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 ImportError: cannot import name 'mkdirs' среда, 02. мај 2018. 23.13.29 UTC+2, Daisy је написао/ла: > >

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

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

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 but I am stuck at Creating a project with command: django-admin startproject mysite. The problem is

Re: django-admin.py startproject mysite

2011-05-01 Thread Daisy
n 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 <omnia.za...@gmail.com> wrote: > > I have just did

Re: django-admin.py startproject mysite

2011-04-30 Thread Daisy
I have just did what you said and the result was (no project created) and the output was: Usage: django-admin.py subcommand [options] [args] Options: -v VERBOSITY, --verbosity=VERBOSITY Verbosity level; 0=minimal output,

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 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 because you are