Re: Starting your first app

2018-05-23 Thread Melvyn Sopacua
On woensdag 23 mei 2018 22:59:50 CEST Caleb Bryson wrote: > Hey I am new to python and i am trying to use django to make my first web > page. I know the basics of python but i am stuck on the step where you > start your app. i made sure i have a directory and have installed south to > help out :(

Re: Starting your first app

2018-05-23 Thread squal poreover
Your manage.py file isn't in the right directory. On Thu, 24 May 2018, 3:11 am Gerardo Palazuelos Guerrero, < gerardo.palazue...@gmail.com> wrote: > Please use djangogirls tutorial > > --- > Gerardo Palazuelos > Enviado desde mi iPhone > > > El 23/05/2018, a la(s) 14:59, Caleb Bryson > escribió:

Re: Starting your first app

2018-05-23 Thread Gerardo Palazuelos Guerrero
Please use djangogirls tutorial --- Gerardo Palazuelos Enviado desde mi iPhone El 23/05/2018, a la(s) 14:59, Caleb Bryson escribió: > Hey I am new to python and i am trying to use django to make my first web > page. I know the basics of python but i am stuck on the step where you start > you

Starting your first app

2018-05-23 Thread Caleb Bryson
Hey I am new to python and i am trying to use django to make my first web page. I know the basics of python but i am stuck on the step where you start your app. i made sure i have a directory and have installed south to help out but when i type "python mange.py startapp blog" it keeps giving me