Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django delete model from database

The most easiest solution is to just delete your model from 
models.py ( Remove the model from everywhere where you have imported it like
 admin.py, views.py, or any other file where you have imported it) and run

python3 manage.py makemigrations
 
PREVIOUS NEXT
Tagged: #django #delete #model #database
ADD COMMENT
Topic
Name
1+8 =