Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django error table already exists

#If you already have the table in the db created and want to just to
#run the modifications to your model
$ python manage.py migrate --fake <appname>
#This marks migrations as run without actually running them
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #django #error #table #exists
ADD COMMENT
Topic
Name
9+7 =