------ "The antidote to apocalypticism is *apocalyptic civics*. Apocalyptic civics is the insistence that we cannot ignore the truth, nor should we panic about it. It is a shared consciousness that our institutions have failed and our ecosystem is collapsing, yet we are still here — and we are creative agents who can shape our destinies. Apocalyptic civics is the conviction that the only way out is through, and the only way through is together. "
*Greg Bloom* @greggish https://twitter.com/greggish/status/873177525903609857 On 23 November 2017 at 21:16, Carl Brubaker <[email protected]> wrote: I am brand new to Python and Django. I am trying to learn both > simultaneously. I wanted to run the Django tutorial to make sure it works > on my computer, iMac running 10.13.1. > > You have 14 unapplied migration(s). Your project may not work > properly until you apply the migrations for app(s): admin, auth, > contenttypes, sessions. > Run 'python manage.py migrate' to apply them. > > November 23, 2017 - 10:13:03 > Django version 2.0rc1, using settings 'mysite.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CONTROL-C. > Not Found: /polls > [23/Nov/2017 10:13:09] "GET /polls HTTP/1.1" 404 2060 > Did you apply the migration? " You have 14 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them. " Run the migration first. Then try again. Cheers L. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAGBeqiP0Z45VF9CjtZaxaTd1Gjq6C5KQrk8wHq-3d-tE1CjyJg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

