super user 만들기 (터미널에 입력)
python manage.py createsuperuser
image 사용하기 위한 밑작업
MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media')