In general, I registered my own in Apps 
in models described what I want to create 
using python manage.py migrate
Created a database, but inside my table there is no
Tell me, what is the error?
In general, I registered my own in Apps 
in models described what I want to create 
using python manage.py migrate
Created a database, but inside my table there is no
Tell me, what is the error?
it was necessary in Installed Apps to add to the "article" - 'article.apps.ArticleConfig',
more details here: https://djbook.ru/rel1.9/intro/tutorial02.html , thanks gil9red
Source: https://ru.stackoverflow.com/questions/751896/
All Articles