This is a movie review website, where you can find interesting movies and communicate with other movie-lovers.
The website is based on Django and openGauss database, so the web server is required to connect with a openGauss database to store related information.
- MyProject
- .venv environment:python3.9
- app1
- migrations Stores functions and information related to database table migrations.
- static Stores frontend components and images.
- templates
- manager Stores HTML files related to the administrator interface.
- user Stores HTML files related to the user interface.
- templatetags
- models.py Writes project database tables.
- views.py Writes backend functions.
- DataBaseProject
- settings.py Configuration of project properties.
- urls.py Stores URL addresses and maps them to backend functions.
- media media: Stores image resources from the database.