If the "new" app doesn't need services from the larger app in order t work, but rather the other way around, why not leave it separate, and later, just make it an install requirement for the larger app?
On Thu, May 28, 2015 at 5:54 AM, Klaas Feenstra <[email protected]> wrote: > Using GIT would be the way of working.. > > On Thu, May 28, 2015 at 4:24 AM, DZ <[email protected]> wrote: > >> Greetings, >> >> I want to start a new app that if it works out I will tie into a larger >> django app. I do not really want the worlds to mix at the start just in >> case I need scrap and start it over a few times. I was thinking the best >> approach would be to create this first as a stand alone app and then when I >> have the details worked out bring it under the larger app. When I bring it >> under the larger app I know I would start the data over and use south to >> bring the worlds together. I am developing under windows, django, python, >> mysql, and I use south as my db migration tool. Does anyone forsee any >> problems with this approach? Sorry if the question seems obvious or simple >> just would like to travel the path of lower resistance as Im working out >> the features/models of this new app. >> >> Thanks for any advice. >> >> DZ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/81557fc6-48c7-4cea-ae9a-c5b49be06f82%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/81557fc6-48c7-4cea-ae9a-c5b49be06f82%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJcivaembcZ%3DNtNxiWP%3Dr8e%3DHTfZfFLn4jYDCedcKiqS_vsb0A%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAJcivaembcZ%3DNtNxiWP%3Dr8e%3DHTfZfFLn4jYDCedcKiqS_vsb0A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB%2BAj0s2PnCaDnbR1_JU1r4mJh6reoeAOucL1-K6UR%3DTKO80sg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

