[Answer]-ProgrammingError when uploading image

1👍

You may need to start a new Djano app, ‘python manage.py startapp appName’, and create the models.py in the new appName folder. Then try makemigrations and migrate. If you don’t have a specified django app your ‘relation _____ does not exist’. This can be found at: https://docs.djangoproject.com/en/1.9/intro/tutorial01/

Leave a comment