Re: Deploying in aws/Heroku

2020-11-18 Thread mike vickers
https://www.youtube.com/watch?v=kt3ZtW9MXhw&list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p&index=16 This whole django tutorial is pretty good on basics, and worth a watch. On Wed, 18 Nov 2020 at 09:45, Siddharth Nahata wrote: > Hi All, > > I have been learning for 2 months now and i have created a eco

Re: Using smart_selects in the admin for a ChainedManyToMany?

2020-11-18 Thread Bhuvan Kumar
Iam using 2.0.4 version On Wed, Nov 18, 2020, 5:51 PM Bhuvan Kumar wrote: > This is not iam expecting sir how to set path for getabsoluteurl and url > > On Wed, Nov 18, 2020, 5:33 PM Derek wrote: > >> Looking for some help, if possible >> >> Working Django with 1.11.x and Django smart_select

Re: Using smart_selects in the admin for a ChainedManyToMany?

2020-11-18 Thread Bhuvan Kumar
This is not iam expecting sir how to set path for getabsoluteurl and url On Wed, Nov 18, 2020, 5:33 PM Derek wrote: > Looking for some help, if possible > > Working Django with 1.11.x and Django smart_selects 1.5.x > > from smart_selects.db_fields import ChainedManyToManyField > > class Projec

Deploying in aws/Heroku

2020-11-18 Thread Siddharth Nahata
Hi All, I have been learning for 2 months now and i have created a ecommerce project using django & react. Now i wanted to deploy this project using Aws/Heroku. Do you guys know any video series/resources from where i can learn to deploy this project. waiting for the response. Thanks & regards

Using smart_selects in the admin for a ChainedManyToMany?

2020-11-18 Thread Derek
Looking for some help, if possible Working Django with 1.11.x and Django smart_selects 1.5.x from smart_selects.db_fields import ChainedManyToManyField class Project(Model): """Project is a holder for a group of activities carried out as sub-projects. """ id = AutoField(primary_key=T