Hi,
I have an existing django project with south enabled using buildout. Now I 
want to add a new egg to get and install another django application for my 
project, this new application needs models, and thus needs tables to be 
created.
My question: is it possible to have these tables created via South? That 
way my current deployment system, which uses South migrations to do 
database schema changes, could also handle this new application.
I have tried to run manage.py schemamigrate newapp and migrate (newapp) but 
that creates files in the eggs directory, which I prefer not to add to my 
source control system.
Any advice on how to do this properly?
Thanks,
Gijsbert

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ZewQKq1UiE8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to