That worked. Thank you, Dylan! > On Aug 17, 2017, at 3:08 PM, Dylan Reinhold <[email protected]> wrote: > > Add the app name to the end of makemigrations. > > Seems like the first time an app is added you have the force makemigrations > to find it. > > Dylan > > > On Aug 17, 2017 11:58 AM, "matejrpls" <[email protected] > <mailto:[email protected]>> wrote: > Hi, I have created a > 1. new app in django > 2. added the new app to to installed apps in settings.py > 3. created a few models in the app models.py > > then, I ran python manage.py "makemigrations" and "migrate" however, django > did not detect any changes in models and did not create any tables. > > What can be the issue? > Thanks > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/49b9969b-3ac7-4528-9539-3f6f63d449d3%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/49b9969b-3ac7-4528-9539-3f6f63d449d3%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAHtg44DqQvYLea2YfV9GuXxcN6zO-ukt0WGwJAkFoKDk%3D_tPEQ%40mail.gmail.com > > <https://groups.google.com/d/msgid/django-users/CAHtg44DqQvYLea2YfV9GuXxcN6zO-ukt0WGwJAkFoKDk%3D_tPEQ%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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 https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/E329E280-9095-45BE-A6F5-C3DC1360188E%40gmail.com. For more options, visit https://groups.google.com/d/optout.

