Skip to content

Django example not working as expected #17

@miriam-z

Description

@miriam-z

After cloning the project and starting with Django (version 2.1a1) and did have to modify

from django.core.urlresolvers import reverse

to

from django.urls import reverse

and added new entries in SQLite then

python manage.py migrate

But

./manage.py runserver

returns:

screen shot 2018-05-30 at 13 02 31

But the SQLite database is clearly present within IDE:

screen shot 2018-05-30 at 13 03 52

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions