Skip to content
Snippets Groups Projects
Commit aa2feef4 authored by Carlos Vega's avatar Carlos Vega
Browse files

added provenance in the init of model and view

parent 9a16d71a
No related branches found
No related tags found
1 merge request!229Feature/provenance
......@@ -3,6 +3,7 @@ from __future__ import unicode_literals
from django.contrib.auth.models import User
from provenance import Provenance
from configuration_item import ConfigurationItem
from flying_team import FlyingTeam
from location import Location
......
......@@ -103,4 +103,5 @@ import rooms
import uploaded_files
import study
import password
import appointment_type
\ No newline at end of file
import appointment_type
import provenance
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment