Re: Django reusable app versions.

2019-11-12 Thread Adam Johnson
No worries, glad to have you in our community. On Tue, 12 Nov 2019 at 19:09, Kevin Sallée wrote: > You are totally right, my mistake. Sorry about that, noob here. > > On Tuesday, November 12, 2019 at 12:16:12 PM UTC-6, Adam Johnson wrote: >> >> Hi Kevin, >> >> I feel like this is a support quest

Re: Django reusable app versions.

2019-11-12 Thread Kevin Sallée
You are totally right, my mistake. Sorry about that, noob here. On Tuesday, November 12, 2019 at 12:16:12 PM UTC-6, Adam Johnson wrote: > > Hi Kevin, > > I feel like this is a support question more than a question around > developing Django, so I've pasted my canned response below. But to answer

Re: Django reusable app versions.

2019-11-12 Thread Adam Johnson
Hi Kevin, I feel like this is a support question more than a question around developing Django, so I've pasted my canned response below. But to answer your question: yes you have to downgrade your database while on version 0.0.2. Django can't downgrade a migration without the file being there :) I

Django reusable app versions.

2019-11-12 Thread Kevin Sallée
Hi, I'm new to Django so excuse me if it's a noob question. I have a Django app, let's call it "project", that uses a Django reusable app, let's call it "app", version controlled on github, and tagged. 1. I create a first version of the app with its initial 0001_initial.py migration file, tag i