10 lines
162 B
Python
10 lines
162 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
ProgramEnrollment Views
|
|
"""
|
|
from __future__ import unicode_literals
|
|
|
|
# from django.shortcuts import render
|
|
|
|
# Create your views here.
|