Home>
Django tutorial official site documentation
In the Database configuration item, "Every time you perform a migration, you will see a message. If i am interested in this, use the command line client to match your database type to view the tables created by Django. \ Dt (PostgreSQL), SHOW TABLES;(MySQL), .schema (SQLite), or SELECT TABLE_NAME FROM USER_TABLES;(Oracle) "and there is a terminal
I ran it with python3 settings.schema but it didn't work out with an error like No such file or directory.
-
Answer # 1
Related articles
- about applying vue to django templates
- ruby on rails - rails tutorial about git config settings
- [django] about [trouble6troubletypenone] display of manytomany
- java - about hashmap and stringbuilder api documentation
- python - [django] about access from another terminal in lan
- about django's __str__
- python - [django] about obtaining logged-in users
- [django] about template information
- python - [django] about form validation
- python - about the configuration of "adminsiteurls" in django source
- django - about templates for each app
- about hiding django's secret_key
- about the css path on the django admin screen
- about logging file when debug = false in django
- django - about database design
- django - about the djnago template tag
- python - about image deletion in django
- about error handling during implementation of user registration function in django
- ruby on rails 6 - rails tutorial chapter 14 about follow, unfollow, following? methods
- about python tutorial if statement
Related questions
- php - how to make a calendar app
- django - i want to base64 the image opened by cv2
- python - django image resizing save
- apache - python: django's runserver doesn't start properly
- python - how to handle environment variables in djnago-environ
- amazon s3 - i can't read media files and static files deployed on aws s3 [django]
- python - about the problem that the screen display does not work when i have multiple apps in django
- django - about the djnago template tag
- i want to solve the error that was spit out in [django]
- python - i want to display the my page button only to users who have logged in with django, but there is a problem
If it is sqlite, opensqliteand hit
.schema
as described in the following link