"Migrate is basically the old syncdb but it takes into account all the
migrations made by makemigrations. You should run the command -migrate- after
adding a new app under the INSTALLED APPS section in the settings.py file in
order to synchronize the database state with your current set of model
Hello
I make python manage.py migrate instead,but that should be the next step tho
Regards
Martin
On Fri, 21 Jun 2019 at 7:45 PM, Sebastian Jung
wrote:
> Hello,
>
> Do you make python3 manage.py migrate after makemigrations?
>
> Regards
>
> Martin Kong schrieb am Fr., 21. Juni 2019, 13:25:
>
Hello,
Do you make python3 manage.py migrate after makemigrations?
Regards
Martin Kong schrieb am Fr., 21. Juni 2019, 13:25:
> Hello
> I am new to django, and i am following the tutorial provide in github,
> from the tutorial.
> The tutorial I am following is
> https://github.com/django/django
Hello
I am new to django, and i am following the tutorial provide in github, from
the tutorial.
The tutorial I am following is
https://github.com/django/django/blob/master/docs/intro/tutorial02.txt
and start from 227, it shows the following instructions:
.. console::
$ python manage.py makemigra
4 matches
Mail list logo