Multiple Database Setup

2019-10-30 Thread Rajat Chopra
I wish to create a project with 2 apps. Each app will have its own database - one for payments and another for statements. I have created a set of models within the models.py for the payments app and another set of models inside within the models.py for the statements app. When I run the com

Re: do i need a custom admin app or should i just use django admin?

2019-06-17 Thread Rajat Chopra
What are the reasons not to use Django Admin? Also with regards to creating views and giving those views permissions - are there any examples someone can point to help illustrate? On Monday, June 17, 2019 at 11:40:53 AM UTC-5, James Farris wrote: > > Think of the Django Admin as a tool for de