[Answer]-How can I change Django's project database name running on MAMP?

1👍

I just did this on my mac and it works fine. I copied the DB and changed the name in settings.py. Then I gave my user access to the new DB.`

Did you give user palapa access to the new DB?

Did you flush privileges?

Did you restart Django server?

👤Rob L

Leave a comment