{% extends 'music/base.html' %} {% block title %}Add a New Album{% endblock %} {% block albums_active %}active{% endblock %} {% block body %}

Add a New Album

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% include 'music/form-template.html' %}

What is Viberr?

Viberr is an app that allows you to upload and store all of your music on the cloud.

How do I add music?

First, create a new album by filling out the form on this page. Once an album is created you will be able to add/upload songs.

What are some Album logo best practices?

  • Have a resolution of 512x512
  • Use common image formats such as .JPG, .GIF, or .PNG
  • Remain under the 2MB limit.
  • Square images look best
{% endblock %}