Re: How to flush/clear database for single app, i.e. NOT the Project?

2016-05-17 Thread JoeCodeswell
Dear Erik and James, Thanks for the insightful, deep answers to my questions. This is invaluable information. Thanks again to both of you. Love and peace, Joe On Monday, May 16, 2016 at 10:19:36 AM UTC-7, JoeCodeswell wrote: > > How can I flush/clear database for single app, i.e. NOT the

Re: How to flush/clear database for single app, i.e. NOT the Project?

2016-05-17 Thread James Schneider
On Mon, May 16, 2016 at 10:16 AM, JoeCodeswell wrote: > How can I flush/clear database for single app, i.e. NOT the Project? > > I have a multi-app project. > In a particular app I created my model with single class. > I populated the db for that model with the Admin

Re: How to flush/clear database for single app, i.e. NOT the Project?

2016-05-16 Thread Erik Cederstrand
> Den 16. maj 2016 kl. 19.16 skrev JoeCodeswell : > > How can I flush/clear database for single app, i.e. NOT the Project? > > I have a multi-app project. > In a particular app I created my model with single class. > I populated the db for that model with the Admin

How to flush/clear database for single app, i.e. NOT the Project?

2016-05-16 Thread JoeCodeswell
How can I flush/clear database for single app, i.e. NOT the Project? I have a multi-app project. In a particular app I created my model with single class. I populated the db for that model with the Admin Interface. Now i have changed the model to have 2 classes related by a ForeignKey. I ran