Django Tutorial 2: No changes detected in app 'polls'
499 views
Skip to first unread message
Luna Tuna
unread,
Jan 24, 2017, 12:34:47 PM1/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
my polls/models.py is a copy of the tutorials', and the app is under mysite/settings.py/INSTALLED_APPS as 'polls.apps.PollsConfig'.
python manage.py makemigrations polls
gives:
System check identified some issues: WARNINGS: ?: (1_8.W001) The standalone TEMPLATE_ lowing settings into your default TEMP No changes detected in app 'polls'
How do I proceed?
Андрей Воскресенский
unread,
Jan 24, 2017, 5:52:20 PM1/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
it need to be installed as 'polls'
вторник, 24 января 2017 г., 14:34:47 UTC+2 пользователь Luna Tuna написал:
Tim Graham
unread,
Jan 24, 2017, 6:40:23 PM1/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
That's not true. The tutorial should work as stated.
Does polls/migrations really not contain 0001_initial.py?