-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
Nguyen Long Vu edited this page May 28, 2025
·
1 revision
-
- Q: I get errors when pushing to GitHub. What should I do?
-
- A: Make sure to pull the latest changes before pushing: git pull
-
- Q: The server doesn't start, what could be wrong?
-
- A: Check Python version (3.11), database connection, and migrations.
-
- Q: How do I change the MySQL password?
-
- A: Update the PASSWORD field in settings.py accordingly.