Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
django migrate/migrations
#3
(Dec-01-2016, 08:25 PM)Mike Ru Wrote: Did you add the app into the settings.py?

Yes.

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'msg',
]
It's the msg app at the very bottom.
Reply


Messages In This Thread
django migrate/migrations - by lewashby - Nov-29-2016, 02:42 AM
RE: django migrate/migrations - by Mike Ru - Dec-01-2016, 08:25 PM
RE: django migrate/migrations - by lewashby - Dec-02-2016, 03:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask migrate sqlalchemy not found TomasAm 2 3,509 Dec-01-2020, 10:04 AM
Last Post: TomasAm
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,325 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020