projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix conflict
[auf_rh_dae.git]
/
project
/
rh
/
admin.py
diff --git
a/project/rh/admin.py
b/project/rh/admin.py
index
2d8a912
..
2d3f8c1
100644
(file)
--- a/
project/rh/admin.py
+++ b/
project/rh/admin.py
@@
-1,13
+1,13
@@
# -*- encoding: utf-8 -*-
-from models import *
from django.contrib import admin
+from rh.models import *
+from rh.lib import *
class CommentaireAdmin(admin.ModelAdmin):
pass
-
class PosteAdmin(admin.ModelAdmin):
fieldsets = (
(None, {