-1

I have made my website in django. There is one main project folder names django_project and one blogging project names blogging. All the blogs i have created are stored in the model of blogging folder. If i want to show a list of all blogs in home page how can i import the models in django_project folder and show list of blogs there as well.

1 Answers1

0

You should do this in the Views of the blogging app and then include your blogging app URLs in the django_project URLs

dadidaochieng
  • 105
  • 13