profiles.views#

Module containing Django views for the profile app.

Functions:

index - Render the profiles index page

profile - Render the profile page for selected username

Functions

index(request)

Render the profiles index page

profile(request, username)

Render the profile page for selected username