Re: A first time programmer

2018-04-17 Thread Paul Baforh
Thanks everyone for your replies so far. I have another prob: I'm trying to create a new file (.py) in my app using vscode but I get the error "permission denied writing to file" then followed by the directory of the base file -- You received this message because you are subscribed to the Goo

Re: A first time programmer

2018-04-10 Thread FranzOC
be sure about that you have installed django typing $pip freeze in your console -- 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...@google

Re: A first time programmer

2018-04-07 Thread Andréas Kühne
I would also recommend you start with a tutorial. The django tutorial on the docs page is ok, but the djangogirls tutorial is pretty extensive - try that and you should get some of your answers at least : https://tutorial.djangogirls.org/en/ Best regards, Andréas 2018-04-07 18:19 GMT+02:00 ansh

Re: A first time programmer

2018-04-07 Thread ansh srivastav
First check the version of python, then type :django-admin startproject projectname. On 7 Apr 2018 04:03, "Paul Baforh" wrote: Please programmers, how do I engage django because i get syntax error i type in this code - $ django-admin startproject mySite --- -- You received this mes

Re: A first time programmer

2018-04-07 Thread James Farris
No one can walk you through how to use Django in this group. That is too much to explain. I recommend choosing a plain text editor like Sublime Text or many others that are free in order to start working on any coding project. Then once you have that, read the documentation and follow this tu

Re: A first time programmer

2018-04-07 Thread Sherine Tresa
i am a first time user.and i don't know how to open and type code in it. the error corrected when i typed the pip install statement in commandprompt outside. i need to know how to start using django? On Sat, Apr 7, 2018 at 9:57 AM, James Farris wrote: > Hi, > > If you type this in your terminal,

Re: A first time programmer

2018-04-06 Thread James Farris
Hi, If you type this in your terminal, you should see Django==2.0.4 (or some other version) $ pip freeze If not, Django is not installed. Also, what is the syntax error you are receiving? On Friday, April 6, 2018 at 10:33:39 PM UTC, Paul Baforh wrote: > > Please programmers, how do I engage d

Re: A first time programmer

2018-04-06 Thread Nathaniel David
Have you tried checking the version of your Django-admin like this: "django-admin --version" without the quotation mark. If it returns a version number, try creating a new project like this: "django-admin startproject royaltykitchen" On Fri, Apr 6, 2018 at 10:43 PM, Paul Baforh wrote: > Please p

A first time programmer

2018-04-06 Thread Paul Baforh
Please programmers, how do I engage django because i get syntax error i type in this code - $ django-admin startproject mySite --- -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving ema