Re: mysql data connectivity problem

2019-11-19 Thread Manish Maurya
https://docs.djangoproject.com/en/2.2/ref/databases/#oracle-notes "you need to open your settings.py file in that you have database cinfiguration and you can see on goole also" On Wed, 20 Nov 2019 at 08:28, Desh Deepak wrote: > You need to changes Database section inside settings.py > > On Tue,

Re: How to retrieve data from different related model

2019-10-24 Thread Manish Maurya
its not looking so clear. On Thu, 24 Oct 2019 at 17:21, Benedict Uwazie wrote: > I have an issue that I have been battling for a long time I > want to get data out from different related models. I have three > models. Category, Author, Post. The Category model categories my post > that are on t

Re: TemplateDoesNotExist

2019-09-23 Thread Manish Maurya
create a folder name as template in your django project and open your settings.py file in template in dir write "templates" On Mon, 23 Sep 2019 at 19:56, oba stephen wrote: > Try using "./base.html" > > I believe this should do it. > > On Mon, Sep 23, 2019, 1:40 PM yerri swamy > wrote: > >>