aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/projects/admin.py')
-rw-r--r--snakeplan/projects/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakeplan/projects/admin.py b/snakeplan/projects/admin.py
index 981e4e5..ba56193 100644
--- a/snakeplan/projects/admin.py
+++ b/snakeplan/projects/admin.py
@@ -18,7 +18,7 @@ SnakePlan Admin Setup
18# See the License for the specific language governing permissions and 18# See the License for the specific language governing permissions and
19# limitations under the License. 19# limitations under the License.
20 20
21from snakeplan.projects import models 21import models
22from django.contrib.admin import ModelAdmin, site 22from django.contrib.admin import ModelAdmin, site
23 23
24 24