D
D
Denis Sokolov2020-11-13 20:37:32
Django
Denis Sokolov, 2020-11-13 20:37:32

Is it possible with django admin?

I have a ready-made site on React, I want to be able to upload news to the site using the admin panel, is it possible to do this?
And is it possible to receive messages on the admin panel from the feedback form?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dr. Bacon, 2020-11-13
@bacon

can

A
Art005, 2020-11-13
@Art005

Through the admin panel, you create the same records in the database that you can create outside

A
akrvch, 2021-01-11
@akrvch

1. Create a model with articles, add this model to the admin panel and cycle through all the articles on the site.
2. Create a feedback form and model and add this model to the admin panel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question