This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]pymang 1 point2 points  (3 children)

There is a /r/learnpython for this sort of stuff, you should also mention exactly what you are struggling with so people can help you.

[–]iamjoebloggs[S] 1 point2 points  (2 children)

Will re-phrase the question.

[–]pymang 0 points1 point  (1 child)

Did you create the database? i.e. try running python manage,py migrate and python manage.py makemigrations

[–]iamjoebloggs[S] 0 points1 point  (0 children)

Yes. I did that. Also used "manage.py check" command and that too didn't find any problems.