| author | Alexandre Segura <mex.zktk@gmail.com> |
| Wed, 03 May 2017 10:40:48 +0200 | |
| changeset 493 | 5e8ef87576ec |
| parent 238 | ad770589f0fe |
| permissions | -rw-r--r-- |
|
94
a47934ff37ec
signals refactoring followup: fixed circular import + added a profile view and template and link in header + refactored views into a views module
durandn
parents:
diff
changeset
|
1 |
from . import comments |
|
238
ad770589f0fe
Work on admin interface and user pages + added stat metacategories count for annotations + refactored views module #41
durandn
parents:
183
diff
changeset
|
2 |
from . import objects |
|
ad770589f0fe
Work on admin interface and user pages + added stat metacategories count for annotations + refactored views module #41
durandn
parents:
183
diff
changeset
|
3 |
from . import misc |
|
ad770589f0fe
Work on admin interface and user pages + added stat metacategories count for annotations + refactored views module #41
durandn
parents:
183
diff
changeset
|
4 |
from . import userpages |