1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/project/pages/views/college.py

11 lines
219 B
Python
Raw Normal View History

2016-01-31 19:06:30 +00:00
from project.common.views import MarkdownView
class AttackOnBlocksView(MarkdownView):
markdown = 'projects/attack-on-blocks.md'
2016-01-31 19:14:57 +00:00
class StudentServerView(MarkdownView):
markdown = 'college/student-server.md'