Wednesday, May 29, 2019

Re: python manage.py makemirations

To create the initial migrations for a app run
python manage.py makemigrations <appname>

Where <appname> is the name of the app (folder) you've created.
This will create migrations folder under the apps folder.

-Juhana

On Wed, May 29, 2019 at 9:29 PM yavoucko lye <yavouckolye@gmail.com> wrote:

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAHKysxj_pyBasbjePZbmCXQW8oBpR3ZHKUwwd0aoWHXK4MvbxQ%40mail.gmail.com.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CABScFx8JEPe4j4w8%3D_1Kea%2BfaS2Ghtdn3A3%3DHvWZu024qPKhaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment