Re: hiii to all

2019-03-11 Thread Gilbeesh Kosma
Welcome in world of django, i think you must start with a Poll app. On Mar 12, 2019 2:02 AM, "sahukara harish" wrote: > can any one suggest a simple django project to me.plz > i am fresher so it can help me to improve my technical knowledge. > > -- > You received this message because you are

Re: looking for team members as my technical Advisory

2019-02-22 Thread Gilbeesh Kosma
I m interested too On Feb 23, 2019 12:17 AM, "A MARAH" wrote: > I m ready to help in testing tasks but as a distant job (working from > Morocco) > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop rec

Re:

2019-02-21 Thread Gilbeesh Kosma
use models.Model in place of models.model ,uppercase M On Feb 21, 2019 1:40 PM, "bhushan patil" wrote: > I am running this command python manage.py makemigrations polls but it is > showing that django.db.models has no attribute model.please help me with > this. > > -- > You received this message

Re: Installed Python 3.7; installed Django 2.1.5. Django folder open, now what?

2019-01-16 Thread Gilbeesh Kosma
You sure you are using python3.7 to run the django local server?. It will be like "python3.7 manage.py runserver". If your system contains more than one version of python ,then it is good to run server like this. Also make confirm that django is installed for python3.7 On Jan 17, 2019 4:06 AM, "Lin

Re: NoReverseMatch at / '' is not a registered namespace

2019-01-16 Thread Gilbeesh Kosma
use this: path(' ',include('core.urls')) On Jan 17, 2019 12:50 AM, "Thiago Brito" wrote: > Hi > > I'm beginner in django and i got this error. > > [image: image.png] > > urls.py > [image: image.png] > > my app.urls.py > [image: image.png] > > and my html file > [image: image.png] > > and views >

Re: simple boy start learn python

2019-01-06 Thread Gilbeesh Kosma
Prefer the ebook of "django for beginners" by William S vincent. His lessons are easy to grasp for any beginner wanting to learn django. On Jan 6, 2019 2:16 AM, wrote: > I know that you are exp in django, so I need you tell me the best way to > learn django is what ? > > -- > You received this me