Answer the question
In order to leave comments, you need to log in
How to add (extend site functionality) "blog" to a finished Django project?
Добрый день тостеры, возникла небольшая трудность с фреймворком django.
Предыстория : работаю (работал?) на js. html. php, joomla, css, пью кофе, ем лапшу. Попало задание в готовый проект на django вставить еще один блог и комментарии к статьям, подключился к ssh, cразобрался с virtlenv, создал в проекте приложение артикл - а как теперь его подключить? как происходит работа приложений в проекте?? Ткните носом в логику работы или зацепочку,
P.S понравился django, хотя и в python ноль, тем более linux пришлось под изучить ( люблю linux )
Answer the question
In order to leave comments, you need to log in
In settings.py in INSTALLED_APPS add a line with the name of your application.
Then do the migrations
manage.py makemigrations
manage.py migrate
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question