How do I rectify the error \"unexpected indent\" in python?
All You need to do is remove spaces or tab spaces from the start of following codes
from django.contrib import admin # Register your models here. from .models import Myapp admin.site.register(Myapp)