python manage.py makemigrations
python manage.py migrate
Hi,My database has data there and i add 3 more inputs and i am having this error ?!
Hi,My database has data there and i add 3 more inputs and i am having this error ?!
--
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...@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/9d3c91cd-7568-417e-98eb-f38325a38120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
After adding fields in model you have to do
1:python manage.py makemigrations (app_name)
2: Python manage.py migrate
Sent from my Windows 10 phone
From: Bleron Uka
Sent: 07 October 2018 03:33 AM
To: Django users
Subject: I put 3 more fields on database models
Hi,
My database has data there and i add 3 more inputs and i am having this error ?!
--
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...@googlegroups.com.