Skip to content

Commit 5b72fe8

Browse files
committed
Added module docstrings for the proto-web app.
1 parent a39574f commit 5b72fe8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

web/urls.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
URL patterns and routing for the Deis web app.
3+
"""
14

25
from __future__ import unicode_literals
36

web/views.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
View classes for presenting Deis web pages.
3+
"""
14

25
from django.contrib.auth.decorators import login_required
36
from django.shortcuts import render

0 commit comments

Comments
 (0)