Re: Display Many to Many Field in Django admin site

2018-04-03 Thread squal poreover
I need to see get_ingredients() . To guess what's happening? On Tue, 3 Apr 2018, 21:22 mansi thakkar, wrote: > Hello , > > In my database, there is one table named Product and the other table is > Ingredient. Both are related with ManyToMany Relationship using bridge > entity (table) named Produ

How can i call django's buitin time or date widget in user interface?

2018-04-12 Thread squal poreover
Hello... In the models.py i use pub_date = models.DateField(). So it shows in the admin interface djangos built in beautiful date widget (as it should be) But

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

2018-08-11 Thread squal poreover
It means manage.py file is not in the same directory .. where you run python manage.py runserver On 10 Aug 2018 3:01 am, "Welly Iskand" wrote: On Friday, August 10, 2018 at 3:54:54 AM UTC+7, vasu wrote: > > while running python manage.py runserver 8080 this in cmd ...i am getting > cant open f