Reorganized stages views in a subdirectory

This commit is contained in:
Claude Paroz 2018-06-16 18:40:34 +02:00
parent 772b0b6b01
commit f2bd9734af
9 changed files with 484 additions and 472 deletions

View file

@ -6,7 +6,7 @@ from django.core import mail
from django.test import TestCase
from django.urls import reverse
from stages.exports import openxml_contenttype
from stages.views.export import openxml_contenttype
from stages.models import Section, Teacher
from .models import Candidate, Interview