Commit ff9dc2f4 authored by Michael Lopez's avatar Michael Lopez

made a superuser and checked if admin panel works. it worked

parent 12fc5a93
......@@ -21,4 +21,4 @@ class Song(models.Model):
album = models.CharField(max_length=30)
song_length = models.IntegerField()
music_video_flag = models.BooleanField()
song_count = models.IntegerField()
lyrics = models.TextField()
......@@ -37,6 +37,9 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'Homepage',
'About',
'Contact'
]
MIDDLEWARE = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment