Cara mengatasi Error Migrate tidak create tabel

6 sec read

saat mencoba menambah tabel pada model django, walaupun sukses makemigrations tapi table tidak ditambahkan saat melakukan migrate

solusinya adalah sebagai berikut:

python makemigrations appName
python migrate --fake AppName zeor
python migrate AppName

How to Run Django on Jupyter Notebook Visual Code

previously I have struggled to debug my app when running Python app directly; I need it to run on my Jupyter Workspace easily to...
admin
27 sec read

Multiple Database in Django

how to combine multiple database in django router/db_routers.py settings.py Command Migration Calling Object Database
admin
2 min read

How to secure important data with environments in Django

settings.py .Env
admin
20 sec read

Leave a Reply

Your email address will not be published. Required fields are marked *