F
F
Flaca Strexy2021-06-10 18:49:55
Python
Flaca Strexy, 2021-06-10 18:49:55

How to connect a database to a python site?

1. There is a website, in fact a landing page, it has a list of prices for materials, all of them are wired into the html itself. Which bundle is better to use and where to dig to put all prices into the database, and you can edit them from the admin panel. I want to do it in python, I need a simple database, I think sqlite will do. But what is the best ORM or framework to use so that you can attach a database and a simple admin panel?
2. I have access to the site via FTP, will it be possible to launch a site on python on it later (I have not encountered deploying a site on python)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-06-10
@flacastrexy

  1. Django or Flask
  2. It doesn't matter how you access the site, what matters is what kind of hosting you have there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question