Soojin Woo2019년 12월 11일1분 분량Django :: Football information website• Programming Language: Python • Web Framework: Django • Database: postgreSQL • Server: AWS (Ubuntu 16.04 LTS)
Soojin Woo2019년 12월 5일1분 분량Django :: PostgreSQL DatabaseThe default database is SQLite. But if you want to change the database, you could apply the below step, especially for PostgreSQL. To use...
Soojin Woo2019년 11월 8일1분 분량Error :: non-nullable fieldError message: You are trying to add a non-nullable field Q. How can I solve this Error? A. I was able to solve this problem by adding...