Q: This is a ‘help me understand how this works / what it does’ question 
rather than a ‘help me I’m stuck’ question. I have an existing Django 
project I wanted to get on Heroku. I created a new site on Heroku, uploaded 
my project, and ran migrations. But all I have is a generic new, empty 
Django site. The Django admin knows nothing about my models. Now, granted, 
I have not yet put up my existing database but I expected it to at least 
create the tables for my models, which it did not. Of course they are in 
installed apps, but I did not run ‘startapp’ since the app already exists. 
So why didn’t this work? 

Or, should the question be: 'in the case of moving a pre-existing project, 
what do you do *instead *of 'startapp''?

Or maybe I have to run startapp anyway? Why?

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/5a5b7987-8c92-4522-861f-5c9d0871e8ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to